-
-
Notifications
You must be signed in to change notification settings - Fork 20
Fixes PHPUnit 8.4 compatibility #40
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MasterOdin this looks awesome. 👍 Thanks a lot for your effort!
I am going to release it soon.
Fixes PHPUnit 8.4 compatibility
Thanks, @MasterOdin!
No problem, this is a really indispensable piece of kit for unit testing without having to build endless abstractions!
As a follow-up, with the release of PHPUnit 8.4.1 today, all unit tests pass without issue.
Closes #39
Fixes things to run under PHPUnit 8.4 with all tests passing with the exception of a warning on
phpmock\phpunit\PHPMockTest::testBackupStaticAttributes
due to sebastianbergmann/phpunit#3879.I've extended Travis-CI to test against PHPUnit 8.3 and 8.4 as well.