summaryrefslogtreecommitdiff
path: root/tests/test_tools/PradoGenericSeleniumTest.php
diff options
context:
space:
mode:
authorFabio Bas <ctrlaltca@gmail.com>2014-02-19 19:27:30 +0100
committerFabio Bas <ctrlaltca@gmail.com>2014-02-19 19:27:30 +0100
commitae7a187ec50d2a4d68fc9b22acf7d46660eca402 (patch)
tree79782c9864e7956ae0bf12b87facf3de250a8193 /tests/test_tools/PradoGenericSeleniumTest.php
parent410af66fc8843177bb68561e556d7bd51c4d71c1 (diff)
Update local tests path
Diffstat (limited to 'tests/test_tools/PradoGenericSeleniumTest.php')
-rw-r--r--tests/test_tools/PradoGenericSeleniumTest.php4
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()
{