twifty / atom-phpunit-integrator

PHPUnit for the Atom editor
MIT License
1 stars 1 forks source link

Replace --colors=always with just --colors to support paratest #13

Closed Gert-dev closed 6 years ago

Gert-dev commented 6 years ago

Before PHPUnit 5.x, the --colors option did not take a parameters. In PHPUnit 5.x and up, it can be set to always.

In short, this behavior isn't incorrect, but the reason I'm asking is because paratest complains about the additional value. If it is removed, phpunit can be interchanged with paratest and it just works.

In case you're interested, the PHPUnit behavior is in this file. You can change 5.0 to other versions in the URL and search for --colors, if you like.

twifty commented 6 years ago

Hmm, I think I'll add a package option for extra command line parameters.