summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/quickstart/Controls/HtmlAreaTestCase.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/quickstart/Controls/HtmlAreaTestCase.php')
-rw-r--r--tests/FunctionalTests/quickstart/Controls/HtmlAreaTestCase.php28
1 files changed, 14 insertions, 14 deletions
diff --git a/tests/FunctionalTests/quickstart/Controls/HtmlAreaTestCase.php b/tests/FunctionalTests/quickstart/Controls/HtmlAreaTestCase.php
index 00055da6..82d3ad24 100644
--- a/tests/FunctionalTests/quickstart/Controls/HtmlAreaTestCase.php
+++ b/tests/FunctionalTests/quickstart/Controls/HtmlAreaTestCase.php
@@ -1,15 +1,15 @@
-<?php
-
-class HtmlAreaTestCase extends SeleniumTestCase
-{
- function test ()
- {
- $this->open("../../demos/quickstart/index.php?page=Controls.Samples.THtmlArea.Home&amp;notheme=true&amp;lang=en", "");
-
- $this->verifyTitle("PRADO QuickStart Sample", "");
-
- // can't perform any test
- }
-}
-
+<?php
+
+class HtmlAreaTestCase extends SeleniumTestCase
+{
+ function test ()
+ {
+ $this->open("../../demos/quickstart/index.php?page=Controls.Samples.THtmlArea.Home&amp;notheme=true&amp;lang=en", "");
+
+ $this->verifyTitle("PRADO QuickStart Sample", "");
+
+ // can't perform any test
+ }
+}
+
?> \ No newline at end of file