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

Add PHPUnit 9 support #22

Merged
merged 5 commits into from Aug 10, 2020
Merged

Conversation

steve-todorov
Copy link
Contributor

This PR fixes #21 and adds support for PHPUnit 9.

A few key notes:

  1. ResultPrinter is now an interface and DefaultResultPrinter should be extended instead. (Make PHPUnit\TextUI\ResultPrinter an interface sebastianbergmann/phpunit#4024)
  2. I've updated phpunit to 9 and fixed a few warnings.

@jakubhomoly
Copy link
Collaborator

@steve-todorov Thanks for your PR! I fixed the issue with CI not being hooked to PRs. There seems to be an issue with PHP 7.2 builds. Since apparently PHPUnit dropped support for PHP <= 7.2, I'll fix the expected versions in our TravisCI config file.

Copy link
Collaborator

@jakubhomoly jakubhomoly left a comment

Choose a reason for hiding this comment

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

This looks good to me. Thank you!

@jakubhomoly
Copy link
Collaborator

I'm ready to merge this, unless you have any concerns @hrcc ?

@steve-todorov
Copy link
Contributor Author

Thanks for fixing the build! I haven't updated the README but I assume you guys will do this before releasing. :)
Do you have any idea for when you will have time to merge and cut the next release? (after @hrcc has expressed his thoughts of course)

@rudowastaken rudowastaken self-requested a review August 10, 2020 20:07
@rudowastaken
Copy link
Member

Looks good, thanks @steve-todorov!

@rudowastaken rudowastaken merged commit faf1849 into LimeDeck:master Aug 10, 2020
@steve-todorov steve-todorov deleted the issue-21 branch August 10, 2020 23:15
@steve-todorov
Copy link
Contributor Author

Awesome! Thanks for releasing! :)

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.

Add PHPUnit 9 support
3 participants