From d47b5b14fc10b3c4f43165d700a9ee083119e997 Mon Sep 17 00:00:00 2001 From: wei <> Date: Tue, 19 Sep 2006 22:34:28 +0000 Subject: update prado-cli.php --- tests/test_tools/simpletest/test_case.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests') diff --git a/tests/test_tools/simpletest/test_case.php b/tests/test_tools/simpletest/test_case.php index c8f31e98..ee64fb22 100644 --- a/tests/test_tools/simpletest/test_case.php +++ b/tests/test_tools/simpletest/test_case.php @@ -419,6 +419,11 @@ return $this->_label; } + function setLabel($value) + { + $this->_label = $value; + } + /** * Adds a test into the suite. Can be either a group * test or some other unit test. -- cgit v1.2.3