From e392ecbf6e422825083bc7204eacb7090619a47c Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 21 Apr 2006 12:36:06 +0000 Subject: Merge from 3.0 branch till 953. --- .../validators/protected/pages/CustomValidator.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tests/FunctionalTests/validators/protected/pages/CustomValidator.php (limited to 'tests/FunctionalTests/validators/protected/pages/CustomValidator.php') diff --git a/tests/FunctionalTests/validators/protected/pages/CustomValidator.php b/tests/FunctionalTests/validators/protected/pages/CustomValidator.php new file mode 100644 index 00000000..ed1f9433 --- /dev/null +++ b/tests/FunctionalTests/validators/protected/pages/CustomValidator.php @@ -0,0 +1,14 @@ +isValid = $this->text1->Text == "Prado"; + } +} + +?> -- cgit v1.2.3