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

Added support for phpunit 6.0+ #112

Merged
merged 2 commits into from
Dec 3, 2017
Merged

Added support for phpunit 6.0+ #112

merged 2 commits into from
Dec 3, 2017

Conversation

sudar
Copy link
Contributor

@sudar sudar commented Dec 3, 2017

I have made the following changes.

  • Updated all legacy PHPUnit_Framework_* classes to their corresponding namespaced classes
  • Added phpunit 6.0 or above as requirement in composer.json and removed conflict block for phpunit 6.0+
  • Updated PHP requirement to 7.0+ since it is required by phpunit 6.0+
  • All tests are passing

Fixes #88

@sudar sudar mentioned this pull request Dec 3, 2017
@sudar
Copy link
Contributor Author

sudar commented Dec 3, 2017

The above Travis failure is only for PHP 5.6. Once we are ready to merge this PR we can update .travis.yml to ignore 5.6.

@ericmann ericmann merged commit c6260c1 into 10up:dev Dec 3, 2017
@jeffpaul jeffpaul added this to the 0.3.0 milestone Sep 22, 2022
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.

3 participants