-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
coverage text do not honor --colors setting #1892
Comments
Since I neither use |
@sebastianbergmann I'm sorry to tell you that PHPUnit 4.8.13 is still affected by this issue (not fixed) https://github.com/sebastianbergmann/phpunit/blob/4.8/src/TextUI/TestRunner.php#L506-L513 |
Nothing to be sorry about. The fix has not been backported / cherry-picked to |
Issue #1771 still exists with PHPUnit 4.8.10 as well as with 5.0.3
--coverage-text
shows colors even when--colors=never
is used.The text was updated successfully, but these errors were encountered: