facile-it / paraunit

Run PHPUnit tests in parallel
https://engineering.facile.it/paraunit/
Apache License 2.0
134 stars 14 forks source link

Handle all `--display-*` options #197

Open Jean85 opened 1 year ago

Jean85 commented 1 year ago

Follow up from #177

PHPUnit has multiple options to handle output about specific test outcomes:

There are also two other related options that influence the same thing (and should be implemented all together then):

Jean85 commented 7 months ago

224 reported that deprecations should NOT be displayed by default (aligning with PHPUnit 10 behavior), since they spam the output a lot making the final results unreadable.