diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2014-02-19 19:27:30 +0100 |
---|---|---|
committer | David <ottodavid@gmx.net> | 2014-08-21 17:21:59 +0200 |
commit | 9ed5986ef0036397a02ecc413eb1ed5c1ffcdc01 (patch) | |
tree | 32de45362791e10ed6e1fb3f220afd6c77f5a2d0 /tests/test_tools/PradoGenericSeleniumTest.php | |
parent | 4c064f9318905782a71452c72d4f36c9e343498c (diff) |
Update local tests path
(cherry picked from commit ae7a187ec50d2a4d68fc9b22acf7d46660eca402)
Diffstat (limited to 'tests/test_tools/PradoGenericSeleniumTest.php')
-rw-r--r-- | tests/test_tools/PradoGenericSeleniumTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
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() { |