facile-it / paraunit

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

Fix bad result handling #204

Closed Jean85 closed 1 year ago

Jean85 commented 1 year ago

On one of my projects, I discovered an error when a deprecation was emitted after the last test was passed; the handling of the log termination had a bug, and this is the fix.