Property | Type | Description | |
---|---|---|---|
$_output | string | Output from the test library in use |
Method | Description | |
---|---|---|
getOutput ( ) : string | Get the test library output | |
runTests ( |
Runs the tests suite according to Runner set options and the execution order of test case (if any). It then returns an array of two elements. | |
setOutput ( string $output ) | Set the test library output so it can be used later |
protected string $_output | ||
return | string |