giorgiosironi / phpunit-selenium

Selenium RC integration for PHPUnit
http://www.phpunit.de/
Other
601 stars 270 forks source link

Not compatable with phpunit >= 9.4 #453

Closed bobemoe closed 2 years ago

bobemoe commented 3 years ago

phpunit/phpunit-selenium uses PHPUnit\Framework\TestSuite although this class is marked as @internal and therefore must not be used outside of PHPUnit itself.

This causes all the internal methods to get treated as tests!!

For details and fix see https://github.com/sebastianbergmann/phpunit/issues/4516