giorgiosironi / phpunit-selenium

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

PHPUnit\Util\InvalidArgumentHelper was removed in PHPUnit 8.4. #451

Closed bobemoe closed 3 years ago

bobemoe commented 3 years ago
Error: Class 'PHPUnit\Util\InvalidArgumentHelper' not found

https://github.com/giorgiosironi/phpunit-selenium/blob/7c8bef67f1e206044bbb8e873402c696611ada43/PHPUnit/Extensions/Selenium2TestCase.php#L65

https://github.com/giorgiosironi/phpunit-selenium/blob/7c8bef67f1e206044bbb8e873402c696611ada43/PHPUnit/Extensions/Selenium2TestCase.php#L453

bobemoe commented 3 years ago

Just come across this again, so it's still an issue.

It of course only gets triggered when I supply an invalid argument, so most of the time it goes unnoticed, but doesn't provide a friendly error if I don't set arguments properly :/