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

Upgrade PHPUnit to 7.5.x #276

Merged
merged 5 commits into from
Oct 17, 2019
Merged

Conversation

RageZBla
Copy link
Contributor

Q A
Bug fix no
New feature yes
BC breaks no
Deprecations no
Tests pass yes
Fixed tickets #275
License MIT

@RageZBla RageZBla force-pushed the phpunit-upgrade-to-version-7 branch from e6becb2 to 3860ab3 Compare October 12, 2019 03:06
@RageZBla RageZBla force-pushed the phpunit-upgrade-to-version-7 branch from 3860ab3 to 8ddfe11 Compare October 12, 2019 03:06
phpunit.xml.dist Outdated Show resolved Hide resolved
phpunit.xml.dist Outdated Show resolved Hide resolved
@gregurco
Copy link
Member

And also in tests you can find usage of /PHPUnit_Framework_MockObject_MockObject. It's deprecated interface. Replace it with \PHPUnit\Framework\MockObject\MockObject.

More info here: https://github.com/sebastianbergmann/phpunit/blob/7.5/src/Framework/MockObject/MockObject.php#L21

@RageZBla
Copy link
Contributor Author

@gregurco thanks for the review, I have addressed your feedback 🙇‍♂️

@gregurco gregurco merged commit 4731878 into 8p:master Oct 17, 2019
@gregurco
Copy link
Member

@RageZBla thank you and congratulations with first PR 🎉

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.

2 participants