Runner
class Runner
Test runner.
Properties
string[] | $paths | ||
int | $threadCount | ||
TestHandler | $testHandler | ||
OutputHandler[] | $outputHandlers | ||
bool | $stopOnFail |
Methods
void
setEnvironmentVariable(string $name, string $value)
No description
array
getEnvironmentVariables()
No description
void
addPhpIniOption(string $name, string $value = null)
No description
void
setTempDirectory(string|null $path)
No description
bool
run()
Runs all tests.
void
void
getInterpreter()
No description
Details
at line 57
__construct(PhpInterpreter $interpreter)
No description
at line 64
void
setEnvironmentVariable(string $name, string $value)
No description
at line 70
array
getEnvironmentVariables()
No description
at line 76
void
addPhpIniOption(string $name, string $value = null)
No description
at line 82
void
setTempDirectory(string|null $path)
No description
at line 102
bool
run()
Runs all tests.
at line 186
void
addJob(Job $job)
Appends new job to queue.
at line 192
void
prepareTest(Test $test)
No description
at line 203
void
finishTest(Test $test)
Writes to output handlers.
at line 224
PhpInterpreter
getInterpreter()
No description