facile-it / paraunit

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

Implement passthrough option #174

Closed Jean85 closed 1 year ago

Jean85 commented 1 year ago

We could copy the --passthrough option from Paratest: it just forwards its value as additional options to the PHPUnit CLI, so that we can drop any particular option that doesn't do anything on Paraunit.