From 769856093ded9e4aae341a7d79b7f1441e7d5478 Mon Sep 17 00:00:00 2001 From: wei <> Date: Fri, 1 Sep 2006 01:07:51 +0000 Subject: Add TActiveCustomValidator --- .../protected/pages/CallbackCustomValidatorTest.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/FunctionalTests/active-controls/protected/pages/CallbackCustomValidatorTest.php (limited to 'tests/FunctionalTests/active-controls/protected/pages/CallbackCustomValidatorTest.php') diff --git a/tests/FunctionalTests/active-controls/protected/pages/CallbackCustomValidatorTest.php b/tests/FunctionalTests/active-controls/protected/pages/CallbackCustomValidatorTest.php new file mode 100644 index 00000000..bf8d730b --- /dev/null +++ b/tests/FunctionalTests/active-controls/protected/pages/CallbackCustomValidatorTest.php @@ -0,0 +1,11 @@ +IsValid = $param->Value == 'Prado'; + } +} + +?> \ No newline at end of file -- cgit v1.2.3