Skip to content
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

Adjust PHPUnit 5 check to be consistent with others #175

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kostajh
Copy link

@kostajh kostajh commented Dec 1, 2021

This is consistent with how other versions are checked, and also reduces
esoteric bugs when PHPUnit_TextUI_ResultPrinter exists, even though the
PHPUnit version is newer.

What is the purpose of this pull request? (put an "X" next to item)

[ ] Documentation update
[X] Bug fix
[ ] New feature
[ ] Other, please explain:

What changes did you make? (Give an overview)

Make check consistent with others.

Which issue (if any) does this pull request address?

Fixes #174

Is there anything you'd like reviewers to focus on?

This is consistent with how other versions are checked, and also reduces
esoteric bugs when PHPUnit_TextUI_ResultPrinter exists, even though the
PHPUnit version is newer.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment