void run(
[mixed
$testResult = FALSE], object
$test)
|
|
Run a single TestCase in the context of this TestResult
Run this single test, by calling the run() method of the TestResult object which will in turn call the runBare() method of this object. That complication allows the TestResult object to do various kinds of progress reporting as it invokes each test. Create/obtain a TestResult object if none was passed in. Note that if a TestResult object was passed in, it must be by reference.
Tags:
Parameters: