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

[Tests] Back-port of deprecations work #6356

Merged
merged 3 commits into from
Feb 6, 2017
Merged

[Tests] Back-port of deprecations work #6356

merged 3 commits into from
Feb 6, 2017

Conversation

GwendolenLynch
Copy link
Contributor

@GwendolenLynch GwendolenLynch commented Feb 4, 2017

This is a back port of the unit test updates in #6083 … with the one addition being a helper function in BoltUnitTest that exists in PHPUnit 5.0+ and will get dropped from master on branch merge.

Basically $this->getMock() is deprecated in PHPUnit 5.0 and makes a lot of noise at test time, hence part of #6083. As we need to take a bit of a look at our testing, it make sense to use forward compatible tests from the start.

@GwendolenLynch GwendolenLynch added this to the Bolt 3.3 - Feature release milestone Feb 4, 2017
Copy link
Member

@bobdenotter bobdenotter left a comment

Choose a reason for hiding this comment

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

Looks good to me. :-)

@bobdenotter bobdenotter merged commit 488c55a into bolt:release/3.3 Feb 6, 2017
@GwendolenLynch GwendolenLynch deleted the tests/deprecations branch February 6, 2017 12:35
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.

None yet

2 participants