-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
phpunit/phpunit-selenium does not work with PHPUnit 8.5.9 #4516
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
Comments
I've done a git bisect:
|
The correct fix would be for That being said, I will revert the change in the |
Summary
After update from 8.5.8 to 8.5.9 phpunit seems to be "testing" all the internal methods of the Selenium2TestCase.
Current behaviour
A simple Selenium2TestCase test fails, with hundreds of failed tests.
How to reproduce
Clone my simple test case
See here one test is ran, as expected. Now update phpunit and try again:
Now there are hundreds of tests being executed that aren't even defined in test.php.
Expected behaviour
The single test defined in test.php is executed.
More details at: https://github.com/bobemoe/phpunit_selenium_test
Composer show
The text was updated successfully, but these errors were encountered: