summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorFabio Bas <ctrlaltca@gmail.com>2014-02-19 19:27:30 +0100
committerDavid <ottodavid@gmx.net>2014-08-21 17:21:59 +0200
commit9ed5986ef0036397a02ecc413eb1ed5c1ffcdc01 (patch)
tree32de45362791e10ed6e1fb3f220afd6c77f5a2d0 /tests
parent4c064f9318905782a71452c72d4f36c9e343498c (diff)
Update local tests path
(cherry picked from commit ae7a187ec50d2a4d68fc9b22acf7d46660eca402)
Diffstat (limited to 'tests')
-rw-r--r--tests/test_tools/PradoGenericSelenium2Test.php4
-rw-r--r--tests/test_tools/PradoGenericSeleniumTest.php4
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()
{