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

Uninstall tests incompatible with PHPUnit 6 #20

Closed
JDGrimes opened this issue Nov 15, 2017 · 0 comments
Closed

Uninstall tests incompatible with PHPUnit 6 #20

JDGrimes opened this issue Nov 15, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@JDGrimes
Copy link
Owner

Missed in #19.

PHP Fatal error:  Class 'PHPUnit_Framework_Constraint' not found in /home/travis/build/WordPoints/wordpoints/vendor/jdgrimes/wpppb/src/WPPPB/Constraint/TableExists.php on line 16

PHP Stack trace:

PHP   1. {main}() /home/travis/.composer/vendor/phpunit/phpunit/phpunit:0
PHP   2. PHPUnit\TextUI\Command::main() /home/travis/.composer/vendor/phpunit/phpunit/phpunit:53
PHP   3. PHPUnit\TextUI\Command->run() /home/travis/.composer/vendor/phpunit/phpunit/src/TextUI/Command.php:148
PHP   4. PHPUnit\TextUI\TestRunner->doRun() /home/travis/.composer/vendor/phpunit/phpunit/src/TextUI/Command.php:195
PHP   5. PHPUnit\Framework\TestSuite->run() /home/travis/.composer/vendor/phpunit/phpunit/src/TextUI/TestRunner.php:537
PHP   6. PHPUnit\Framework\TestSuite->run() /home/travis/.composer/vendor/phpunit/phpunit/src/Framework/TestSuite.php:744
PHP   7. WordPoints_Uninstall_Test->run() /home/travis/.composer/vendor/phpunit/phpunit/src/Framework/TestSuite.php:744
PHP   8. PHPUnit\Framework\TestResult->run() /home/travis/.composer/vendor/phpunit/phpunit/src/Framework/TestCase.php:894
PHP   9. WordPoints_Uninstall_Test->runBare() /home/travis/.composer/vendor/phpunit/phpunit/src/Framework/TestResult.php:698
PHP  10. WordPoints_Uninstall_Test->runTest() /home/travis/.composer/vendor/phpunit/phpunit/src/Framework/TestCase.php:939
PHP  11. ReflectionMethod->invokeArgs() /home/travis/.composer/vendor/phpunit/phpunit/src/Framework/TestCase.php:1071
PHP  12. WordPoints_Uninstall_Test->test_uninstall() /home/travis/.composer/vendor/phpunit/phpunit/src/Framework/TestCase.php:1071
PHP  13. WPPPB_TestCase_Uninstall::assertTableExists() /home/travis/build/WordPoints/wordpoints/tests/phpunit/tests/uninstall.php:81
PHP  14. WPPPB_TestCase_Uninstall::isInDatabase() /home/travis/build/WordPoints/wordpoints/vendor/jdgrimes/wpppb/src/WPPPB/TestCase/Uninstall.php:287
PHP  15. spl_autoload_call() /home/travis/build/WordPoints/wordpoints/vendor/jdgrimes/wpppb/src/WPPPB/TestCase/Uninstall.php:414
PHP  16. xrstf_Composer52_ClassLoader->loadClass() /home/travis/build/WordPoints/wordpoints/vendor/jdgrimes/wpppb/src/WPPPB/TestCase/Uninstall.php:414
PHP  17. include() /home/travis/build/WordPoints/wordpoints/vendor/composer/ClassLoader52.php:186
@JDGrimes JDGrimes added the bug label Nov 15, 2017
@JDGrimes JDGrimes added this to the 0.3.3 milestone Nov 15, 2017
@JDGrimes JDGrimes self-assigned this Nov 15, 2017
JDGrimes added a commit that referenced this issue Nov 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant