Runner
class Runner
Test runner.
Properties
| string[] | $paths | ||
| int | $threadCount | ||
| TestHandler | $testHandler | ||
| OutputHandler[] | $outputHandlers | ||
| bool | $stopOnFail |
Methods
void
setEnvironmentVariable($name, $value)
No description
array
getEnvironmentVariables()
No description
setTempDirectory($path)
No description
bool
run()
Runs all tests.
void
void
getInterpreter()
No description
Details
at line 55
__construct(PhpInterpreter $interpreter)
No description
at line 67
void
setEnvironmentVariable($name, $value)
No description
at line 76
array
getEnvironmentVariables()
No description
at line 85
setTempDirectory($path)
No description
at line 106
bool
run()
Runs all tests.
at line 194
void
addJob(Job $job)
Appends new job to queue.
at line 203
void
prepareTest(Test $test)
No description
at line 215
void
finishTest(Test $test)
Writes to output handlers.
at line 239
PhpInterpreter
getInterpreter()
No description