facile-it / paraunit

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

Handle deprecation failures #102

Closed Jean85 closed 7 years ago

Jean85 commented 7 years ago

This PR solves #100: tests that fail are now scanned to search deprecation warnings, like those reported by the SymfonyTestListener.

Such failures are reported separately, and with the full test output.