facile-it / paraunit

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

--text-to-console doesn't work #99

Closed Jean85 closed 7 years ago

Jean85 commented 7 years ago

I recently discovered that --text-to-console doesn't work. The workaround is to use --text "php://stdout", so the fix should be to invert the hierarchy of those two classes and inject php://stdout as the file to use as output.

Jean85 commented 7 years ago

Solved and released in 0.10