diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2014-02-19 19:27:30 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2014-02-19 19:27:30 +0100 |
commit | ae7a187ec50d2a4d68fc9b22acf7d46660eca402 (patch) | |
tree | 79782c9864e7956ae0bf12b87facf3de250a8193 | |
parent | 410af66fc8843177bb68561e556d7bd51c4d71c1 (diff) |
Update local tests path
-rw-r--r-- | tests/test_tools/PradoGenericSelenium2Test.php | 4 | ||||
-rw-r--r-- | tests/test_tools/PradoGenericSeleniumTest.php | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/test_tools/PradoGenericSelenium2Test.php b/tests/test_tools/PradoGenericSelenium2Test.php index 66350e11..d6cac6d1 100644 --- a/tests/test_tools/PradoGenericSelenium2Test.php +++ b/tests/test_tools/PradoGenericSelenium2Test.php @@ -4,8 +4,8 @@ require_once 'PHPUnit/Extensions/Selenium2TestCase.php'; // TODO: stub class PradoGenericSelenium2Test extends PHPUnit_Extensions_Selenium2TestCase { - static $browser='chrome'; - static $baseurl='http://127.0.0.1/prado-3.2/tests/FunctionalTests/'; + static $browser='firefox'; + static $baseurl='http://127.0.0.1/prado-master/tests/FunctionalTests/'; static $timeout=5; //seconds static $wait=1000; //msecs diff --git a/tests/test_tools/PradoGenericSeleniumTest.php b/tests/test_tools/PradoGenericSeleniumTest.php index 9a60f95a..48702387 100644 --- a/tests/test_tools/PradoGenericSeleniumTest.php +++ b/tests/test_tools/PradoGenericSeleniumTest.php @@ -3,8 +3,8 @@ require_once 'PHPUnit/Extensions/SeleniumTestCase.php'; class PradoGenericSeleniumTest extends PHPUnit_Extensions_SeleniumTestCase { - static $browser='*googlechrome'; - static $baseurl='http://127.0.0.1/prado-3.2/tests/FunctionalTests/'; + static $browser='*firefox'; + static $baseurl='http://127.0.0.1/prado-master/tests/FunctionalTests/'; protected function setUp() { |