mikeerickson / phpunit-pretty-result-printer

PHPUnit Pretty Result Printer -- make your PHPUnit tests look pretty!
MIT License
1.2k stars 71 forks source link

Can't disable colors #137

Closed gerardroche closed 5 years ago

gerardroche commented 5 years ago

In PHPUnit you can disable colors via the option --colors=never. A recent a change to how colors are handled means colors are always enabled. See https://github.com/mikeerickson/phpunit-pretty-result-printer/commit/6d00b98a51774a8e8115c37157f0234ba8faa48d.

This was an issue before, see #19.

Impacts for example https://github.com/gerardroche/sublime-phpunit/issues/77

godbout commented 5 years ago

@mikeerickson any way to help with that? I'd be glad to but I don't know where to start looking 🙈️

mikeerickson commented 5 years ago

@gerardroche @godbout I will have a look at this later this afternoon. I thought I had been a good citizen about this, but maybe I fell off the wagon. I will get it cured