TestSuiteThis is a composite test class for combining test cases and other RunnableTest classes into a group test.
Located in /test_case.php (line 476)
Test to see if a class is derived from the SimpleTestCase class.
Sets the name of the test suite.
Adds a test into the suite by instance or class. The class will be instantiated if it's a test suite.
Builds a test suite from a library of test cases.
The new suite is composed into this one.
Delegates to a visiting collector to add test files.
Accessor for the test name for subclasses. If the suite wraps a single test case the label defaults to the name of that test.
Invokes run() on all of the held test cases, instantiating them if necessary.
Documentation generated on Thu, 01 Oct 2009 20:56:05 -0500 by phpDocumentor 1.4.2