| Q |
A |
| ParaTest version |
7.24.0 |
| PHPUnit version |
13.3.0 |
| PHP version |
8.5.8 |
Summary
Similar to #1124, latest PHPUnit has more deprecations: a CLI option.
Current behavior
Paratest output:
There were 2 PHPUnit test runner deprecations:
1) The "--do-not-cache-result" CLI option is deprecated and will be removed in PHPUnit 14. Use "--do-not-record-test-run-history" instead.
2) The "--do-not-cache-result" CLI option is deprecated and will be removed in PHPUnit 14. Use "--do-not-record-test-run-history" instead.
Expected behavior
No deprecation message ;)
Additional information
I would hope that simply switching the option to the new one in src/WrapperWorker.php is enough.
Summary
Similar to #1124, latest PHPUnit has more deprecations: a CLI option.
Current behavior
Paratest output:
Expected behavior
No deprecation message ;)
Additional information
I would hope that simply switching the option to the new one in
src/WrapperWorker.phpis enough.