-
Notifications
You must be signed in to change notification settings - Fork 71
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
Fails with PHPUnit 6.0.6 #84
Comments
It looks like PHPUnit 6.0 changed |
The other option would be to specify phpunit >= 6.0 as conflicting with wp mock |
Either would handle it for now, at least in preventing issues that is. I'd like to keep this issue open past the version limitation however in an effort to put in place a more permanent fix later. |
Using the latest PHPUnit WP_Mock causes a failure with the following error:
PHP Fatal error: Class 'PHPUnit_Framework_TestCase' not found in .../vendor/10up/wp_mock/WP_Mock/Tools/TestCase.php on line 12
The text was updated successfully, but these errors were encountered: