diff options
Diffstat (limited to 'tests/FunctionalTests/quickstart/Controls/Wizard5TestCase.php')
-rwxr-xr-x[-rw-r--r--] | tests/FunctionalTests/quickstart/Controls/Wizard5TestCase.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/FunctionalTests/quickstart/Controls/Wizard5TestCase.php b/tests/FunctionalTests/quickstart/Controls/Wizard5TestCase.php index 631167b9..debd8d43 100644..100755 --- a/tests/FunctionalTests/quickstart/Controls/Wizard5TestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/Wizard5TestCase.php @@ -1,6 +1,6 @@ <?php -class Wizard5TestCase extends SeleniumTestCase +class QuickstartWizard5TestCase extends PradoGenericSeleniumTest { function test () { @@ -33,5 +33,3 @@ class Wizard5TestCase extends SeleniumTestCase $this->verifyTextPresent('Your favorite sport is: Football'); } } - -?>
\ No newline at end of file |