facile-it / paraunit

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

Change injection point #179

Closed Jean85 closed 1 year ago

Jean85 commented 1 year ago

As of now, 2.x injects itself inside PHPUnit using the --bootstrap option. We should switch to https://phpunit.readthedocs.io/en/main/extending-phpunit.html#extending-the-test-runner

This may require manual or automatic change of the PHPUnit config; we could require it to the end user, or try to change it automatically when Paraunit runs for the first time on a specific config file.