summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/quickstart/Fundamentals/HangmanTestCase.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/quickstart/Fundamentals/HangmanTestCase.php')
-rwxr-xr-x[-rw-r--r--]tests/FunctionalTests/quickstart/Fundamentals/HangmanTestCase.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/FunctionalTests/quickstart/Fundamentals/HangmanTestCase.php b/tests/FunctionalTests/quickstart/Fundamentals/HangmanTestCase.php
index 8803e352..3d531b47 100644..100755
--- a/tests/FunctionalTests/quickstart/Fundamentals/HangmanTestCase.php
+++ b/tests/FunctionalTests/quickstart/Fundamentals/HangmanTestCase.php
@@ -1,6 +1,6 @@
<?php
-class HangmanTestCase extends SeleniumTestCase
+class QuickstartHangmanTestCase extends PradoGenericSeleniumTest
{
function test ()
{
@@ -30,5 +30,3 @@ class HangmanTestCase extends SeleniumTestCase
$this->verifyTextPresent("maximum of 5", "");
}
}
-
-?> \ No newline at end of file