summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/active-controls/tests/TextBoxGroupValidationTestCase.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/active-controls/tests/TextBoxGroupValidationTestCase.php')
-rwxr-xr-x[-rw-r--r--]tests/FunctionalTests/active-controls/tests/TextBoxGroupValidationTestCase.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/FunctionalTests/active-controls/tests/TextBoxGroupValidationTestCase.php b/tests/FunctionalTests/active-controls/tests/TextBoxGroupValidationTestCase.php
index 0fa0c982..ffc1ac72 100644..100755
--- a/tests/FunctionalTests/active-controls/tests/TextBoxGroupValidationTestCase.php
+++ b/tests/FunctionalTests/active-controls/tests/TextBoxGroupValidationTestCase.php
@@ -1,6 +1,6 @@
<?php
-class TextBoxGroupValidationTestCase extends SeleniumTestCase
+class TextBoxGroupValidationTestCase extends PradoGenericSeleniumTest
{
function test()
{
@@ -20,5 +20,3 @@ class TextBoxGroupValidationTestCase extends SeleniumTestCase
$this->assertValue('City', 'City: Sydney Zip: 2000');
}
}
-
-?> \ No newline at end of file