diff options
author | wei <> | 2006-09-19 22:34:28 +0000 |
---|---|---|
committer | wei <> | 2006-09-19 22:34:28 +0000 |
commit | d47b5b14fc10b3c4f43165d700a9ee083119e997 (patch) | |
tree | 2b5527d0d76ad7f2ef66e3e6a037b24c0b7efe76 /tests/test_tools/simpletest | |
parent | 36c9e00a20f8e036a7b4abb2ae47405b0ca19387 (diff) |
update prado-cli.php
Diffstat (limited to 'tests/test_tools/simpletest')
-rw-r--r-- | tests/test_tools/simpletest/test_case.php | 5 |
1 files changed, 5 insertions, 0 deletions
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. |