summaryrefslogtreecommitdiff
path: root/tests/test_tools/PradoGenericSeleniumTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_tools/PradoGenericSeleniumTest.php')
-rw-r--r--tests/test_tools/PradoGenericSeleniumTest.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/test_tools/PradoGenericSeleniumTest.php b/tests/test_tools/PradoGenericSeleniumTest.php
new file mode 100644
index 00000000..547ff2f0
--- /dev/null
+++ b/tests/test_tools/PradoGenericSeleniumTest.php
@@ -0,0 +1,15 @@
+<?php
+require_once 'PHPUnit/Extensions/SeleniumTestCase.php';
+
+class PradoGenericSeleniumTest extends PHPUnit_Extensions_SeleniumTestCase
+{
+ protected function setUp()
+ {
+ $this->setBrowser('*googlechrome');
+ $this->setBrowserUrl('http://127.0.0.1/prado-3.2/tests/FunctionalTests/');
+ }
+
+ protected function tearDown()
+ {
+ }
+} \ No newline at end of file