From 5890adb76457a5cee1e2b874eb656b969cceb758 Mon Sep 17 00:00:00 2001 From: wei <> Date: Mon, 9 Jan 2006 06:30:04 +0000 Subject: Coloured TBrowserLogRoute --- .../protected/pages/Validation/RequiredFieldValidator.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests/FunctionalTests/protected/pages') diff --git a/tests/FunctionalTests/protected/pages/Validation/RequiredFieldValidator.php b/tests/FunctionalTests/protected/pages/Validation/RequiredFieldValidator.php index 3456dd40..995b3df0 100644 --- a/tests/FunctionalTests/protected/pages/Validation/RequiredFieldValidator.php +++ b/tests/FunctionalTests/protected/pages/Validation/RequiredFieldValidator.php @@ -2,7 +2,10 @@ class RequiredFieldValidator extends TPage { - + function onLoad($param) + { + Prado::log("Hello", TLogger::WARNING); + } } class RequiredFieldTestCase extends SeleniumTestCase -- cgit v1.2.3