summaryrefslogtreecommitdiff
path: root/tests/test_tools
diff options
context:
space:
mode:
authorFabio Bas <ctrlaltca@gmail.com>2013-09-27 13:06:17 +0200
committerFabio Bas <ctrlaltca@gmail.com>2013-09-27 13:06:39 +0200
commite3a4bc286206a7cb11e78e80fd42980e5a298cd1 (patch)
tree3f3c7e1497ecd424f9a8edbf7874d69c5ba5ae88 /tests/test_tools
parent7d567fa0a50a363fa8d8951ae2a2310a102454fc (diff)
More functional tests porting
Diffstat (limited to 'tests/test_tools')
-rw-r--r--tests/test_tools/PradoGenericSeleniumTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_tools/PradoGenericSeleniumTest.php b/tests/test_tools/PradoGenericSeleniumTest.php
index 922b9d87..2c9ceb21 100644
--- a/tests/test_tools/PradoGenericSeleniumTest.php
+++ b/tests/test_tools/PradoGenericSeleniumTest.php
@@ -9,6 +9,7 @@ class PradoGenericSeleniumTest extends PHPUnit_Extensions_SeleniumTestCase
protected function setUp()
{
+ $this->shareSession(true);
$this->setBrowser(static::$browser);
$this->setBrowserUrl(static::$baseurl);
}