PHPUnit and Selenium exampe 17.1
exception, php, phpunit, selenium, unit-testing
Solution
ANSWER:
Please see @rutter's comment: *Do you know what version of PHPUnit_Selenium you're running? This is reported fixed as of 1.3.2 (changelog, pull request). – rutter*
In addition to that after 2 weeks this project startet working again. I think a simple reinstall is all that it needed. :)
Problem
I'm trying to run the example from PHPUnit with selenium 17.1 (Link) I have done all installation but it keeps failing. I just get: ``` 1) WebTest::testTitle BadMethodCallException: The command http://localhost:4444/wd/hub/session/url is not recognized by the server. ``` I havent changed anything to the example. The Selenium server is running. I can't figure out what is wrong. Help? ANSWER: Please see @rutter's comment: Do you know what version of PHPUnit_Selenium you're running? This is reported fixed as of 1.3.2 (changelog, pull request). – rutter In addition to that after 2 weeks this project startet working again. I think a simple reinstall is all that it needed. :)