facile-it / paraunit

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

Support Phpunit 8 #133

Closed Jean85 closed 5 years ago

Jean85 commented 5 years ago

This addresses #130. It seems that we could currently support from 6 to 8, but I fear that newer deprecations in the 8.x series could make stuff more complex.

For now, tests are failing due to https://github.com/sebastianbergmann/php-code-coverage/pull/667 which is not tagged.