facile-it / paraunit

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

Failures due to deprecations are not shown #100

Closed Jean85 closed 7 years ago

Jean85 commented 7 years ago

When using symfony/phpunit-bridge to discover deprecations, tests may fail when triggering one. This deprecation is explained in the stdout by the bridge, but Paraunit doesn't detect it; it just silently fails without any test failing only due to the non-zero exit code of the PHPUnit process.

We should report those failures in some way and, if possible, show the output of the deprecation warnings.

Jean85 commented 7 years ago

Released with 0.10.1