diff options
Diffstat (limited to 'tests/FunctionalTests/quickstart/ActiveControls/ActiveCustomValidatorTestCase.php')
-rwxr-xr-x[-rw-r--r--] | tests/FunctionalTests/quickstart/ActiveControls/ActiveCustomValidatorTestCase.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/FunctionalTests/quickstart/ActiveControls/ActiveCustomValidatorTestCase.php b/tests/FunctionalTests/quickstart/ActiveControls/ActiveCustomValidatorTestCase.php index 4b81e872..967842b0 100644..100755 --- a/tests/FunctionalTests/quickstart/ActiveControls/ActiveCustomValidatorTestCase.php +++ b/tests/FunctionalTests/quickstart/ActiveControls/ActiveCustomValidatorTestCase.php @@ -1,6 +1,6 @@ <?php //$Id: ActiveButtonTestCase.php 1405 2006-09-10 01:03:56Z wei $ -class ActiveCustomValidatorTestCase extends SeleniumTestCase +class QuickstartActiveCustomValidatorTestCase extends PradoGenericSeleniumTest { function test () { @@ -30,5 +30,3 @@ class ActiveCustomValidatorTestCase extends SeleniumTestCase $this->assertNotVisible($base.'validator1'); } } - -?>
\ No newline at end of file |