| Q |
A |
| ParaTest version |
7.19.1 |
| PHPUnit version |
13.0.5 |
| PHP version |
8.4.18 |
Summary
Since the version 7.19.1, paratest fail (return non zero code) when a deprecation warning is triggered.
In phpunit, the way to avoid it is to give the option --do-not-fail-on-deprecation, but that option do not exists.
Summary
Since the version 7.19.1, paratest fail (return non zero code) when a deprecation warning is triggered.
In phpunit, the way to avoid it is to give the option
--do-not-fail-on-deprecation, but that option do not exists.