facile-it / paraunit

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

PHPUnitError event is not handled #216

Open Jean85 opened 10 months ago

Jean85 commented 10 months ago

PHPUnit 10 emits PHPUnitError events, which make the process exit with an exit code different from 0. In this case, Paraunit detects the exit code and reports the failure, but it doesn't output anything useful.

An easy reproduction case is an empty data provider.