Skip to content

Feature/fix phpunit colors #56

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

Merged
merged 3 commits into from
Jan 15, 2018
Merged

Conversation

sjbronner
Copy link
Contributor

The package phpunit-result-printer was not respecting PHPUnit's specification of whether to colorize the output or not. This was a nuisance when piping the output of the unit tests to a pager or editor.
The updated version fixes that.

@coveralls
Copy link

coveralls commented Jan 12, 2018

Coverage Status

Coverage remained the same at 100.0% when pulling 5354447 on feature/fix-phpunit-colors into 15730e0 on develop.

composer.json Outdated
@@ -14,7 +14,7 @@
"php": ">=7.0.0"
},
"require-dev": {
"codedungeon/phpunit-result-printer": "^0.4.4",
"codedungeon/phpunit-result-printer": "^0.5.3",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do this instead:
"codedungeon/phpunit-result-printer": "*",

@coveralls
Copy link

coveralls commented Jan 15, 2018

Coverage Status

Coverage remained the same at 100.0% when pulling a9d4c6d on feature/fix-phpunit-colors into 15730e0 on develop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants