facile-it / paraunit

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

Fixes after PHPUnit 10.1 #203

Closed Jean85 closed 1 year ago

Jean85 commented 1 year ago

PHPUnit 10.1 was released, and it had some BCs on some classes not covered by the BC promise but used here in some tests. This should fix them all.

It also added some new options, handled in d1fe81d and reported in #198.