summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/validators/protected/pages/CustomValidator.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/validators/protected/pages/CustomValidator.php')
-rw-r--r--tests/FunctionalTests/validators/protected/pages/CustomValidator.php28
1 files changed, 14 insertions, 14 deletions
diff --git a/tests/FunctionalTests/validators/protected/pages/CustomValidator.php b/tests/FunctionalTests/validators/protected/pages/CustomValidator.php
index ed1f9433..b56a9d8b 100644
--- a/tests/FunctionalTests/validators/protected/pages/CustomValidator.php
+++ b/tests/FunctionalTests/validators/protected/pages/CustomValidator.php
@@ -1,14 +1,14 @@
-<?php
-/*
- * Created on 16/04/2006
- */
-
-class CustomValidator extends TPage
-{
- function CustomValidation($sender, $params)
- {
- $params->isValid = $this->text1->Text == "Prado";
- }
-}
-
-?>
+<?php
+/*
+ * Created on 16/04/2006
+ */
+
+class CustomValidator extends TPage
+{
+ function CustomValidation($sender, $params)
+ {
+ $params->isValid = $this->text1->Text == "Prado";
+ }
+}
+
+?>