Skip to content

Instantly share code, notes, and snippets.

Created February 9, 2013 14:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/da6333d9a82606966b64 to your computer and use it in GitHub Desktop.
Save anonymous/da6333d9a82606966b64 to your computer and use it in GitHub Desktop.
supun@supun-Inspiron-N5010:~/Desktop/phpmyadmin/git-phpmyadmin/phpmyadmin$ phpunit test/selenium/PmaSeleniumLoginTest.php PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/ming.ini on line 1 in Unknown on line 0
PHPUnit 3.7.13 by Sebastian Bergmann.
Configuration read from /home/supun/Desktop/phpmyadmin/git-phpmyadmin/phpmyadmin/phpunit.xml.dist
EF
Time: 15 seconds, Memory: 6.25Mb
There was 1 error:
1) PmaSeleniumLoginTest::testSuccessfulLogin
Invalid response while accessing the Selenium Server at 'http://127.0.0.1:4444/selenium-server/driver/': ERROR: Element frame_navigation not found
/home/supun/Desktop/phpmyadmin/git-phpmyadmin/phpmyadmin/test/selenium/Helper.php:29
/home/supun/Desktop/phpmyadmin/git-phpmyadmin/phpmyadmin/test/selenium/Helper.php:29
/home/supun/Desktop/phpmyadmin/git-phpmyadmin/phpmyadmin/test/selenium/PmaSeleniumLoginTest.php:26
Caused by
RuntimeException: Invalid response while accessing the Selenium Server at 'http://127.0.0.1:4444/selenium-server/driver/': ERROR: Element frame_navigation not found
/home/supun/Desktop/phpmyadmin/git-phpmyadmin/phpmyadmin/test/selenium/Helper.php:29
/home/supun/Desktop/phpmyadmin/git-phpmyadmin/phpmyadmin/test/selenium/Helper.php:29
/home/supun/Desktop/phpmyadmin/git-phpmyadmin/phpmyadmin/test/selenium/PmaSeleniumLoginTest.php:26
--
There was 1 failure:
1) PmaSeleniumLoginTest::testLoginWithWrongPassword
Failed asserting that false is true.
/home/supun/Desktop/phpmyadmin/git-phpmyadmin/phpmyadmin/test/selenium/PmaSeleniumLoginTest.php:33
FAILURES!
Tests: 2, Assertions: 2, Failures: 1, Errors: 1.
Generating code coverage report in Clover XML format ... done
Generating code coverage report in HTML format ... done
supun@supun-Inspiron-N5010:~/Desktop/phpmyadmin/git-phpmyadmin/phpmyadmin$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment