summaryrefslogtreecommitdiff
path: root/tests/test_tools
diff options
context:
space:
mode:
authorxue <>2006-09-23 01:51:57 +0000
committerxue <>2006-09-23 01:51:57 +0000
commita5467e842316daf6a8a4345740f05a9731167ce1 (patch)
tree0a982dd52df5c682fd2de8f9b22137471cee2dbe /tests/test_tools
parent9af56fd93ed071d86f14296cec618073f6c0941a (diff)
merge from 3.0 branch till 1435.
Diffstat (limited to 'tests/test_tools')
-rw-r--r--tests/test_tools/simpletest/test_case.php5
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.