summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/quickstart/Controls/Wizard3TestCase.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/quickstart/Controls/Wizard3TestCase.php')
-rwxr-xr-x[-rw-r--r--]tests/FunctionalTests/quickstart/Controls/Wizard3TestCase.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/FunctionalTests/quickstart/Controls/Wizard3TestCase.php b/tests/FunctionalTests/quickstart/Controls/Wizard3TestCase.php
index 04224bb4..ec0efe90 100644..100755
--- a/tests/FunctionalTests/quickstart/Controls/Wizard3TestCase.php
+++ b/tests/FunctionalTests/quickstart/Controls/Wizard3TestCase.php
@@ -1,6 +1,6 @@
<?php
-class Wizard3TestCase extends SeleniumTestCase
+class QuickstartWizard3TestCase extends PradoGenericSeleniumTest
{
function test ()
{
@@ -42,5 +42,3 @@ class Wizard3TestCase extends SeleniumTestCase
$this->verifyTextPresent('Your favorite sport is: Baseball');
}
}
-
-?> \ No newline at end of file