Runner
class Runner
Test runner.
Constants
| PASSED |
|
| SKIPPED |
|
| FAILED |
|
| TEST_FILE_EXTENSION |
|
Properties
| string[] | $paths | ||
| int | $threadCount | ||
| TestHandler | $testHandler | ||
| OutputHandler[] | $outputHandlers | ||
| bool | $stopOnFail |
Methods
bool
run()
Runs all tests.
int
getJobCount()
Get count of jobs.
void
writeResult($testName, $result, $message = NULL)
Writes to output handlers.
getInterpreter()
No description
array
getResults()
No description
Details
at line 56
__construct(PhpInterpreter $interpreter)
No description
at line 67
bool
run()
Runs all tests.
at line 141
void
addJob(Job $job)
Appends new job to queue.
at line 151
int
getJobCount()
Get count of jobs.
at line 161
void
writeResult($testName, $result, $message = NULL)
Writes to output handlers.
at line 177
PhpInterpreter
getInterpreter()
No description
at line 186
array
getResults()
No description