summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/quickstart/Controls/Wizard2TestCase.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/quickstart/Controls/Wizard2TestCase.php')
-rwxr-xr-x[-rw-r--r--]tests/FunctionalTests/quickstart/Controls/Wizard2TestCase.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/FunctionalTests/quickstart/Controls/Wizard2TestCase.php b/tests/FunctionalTests/quickstart/Controls/Wizard2TestCase.php
index 3c49bfd8..a77280ff 100644..100755
--- a/tests/FunctionalTests/quickstart/Controls/Wizard2TestCase.php
+++ b/tests/FunctionalTests/quickstart/Controls/Wizard2TestCase.php
@@ -1,6 +1,6 @@
<?php
-class Wizard2TestCase extends SeleniumTestCase
+class QuickstartWizard2TestCase extends PradoGenericSeleniumTest
{
function test ()
{
@@ -22,5 +22,3 @@ class Wizard2TestCase extends SeleniumTestCase
$this->verifyTextPresent('Thank you for your answer');
}
}
-
-?> \ No newline at end of file