PHPUnit_Util_PHP::runTestJob
Runs a single test in a separate PHP process.
Signature
public function runTestJob(string
$job,
PHPUnit_Framework_Test
$test,
PHPUnit_Framework_TestResult
$result )
Parameters
$job— string$test— PHPUnit_Framework_Test
$result— PHPUnit_Framework_TestResult
Errors/Exceptions
Violations
Checkstyle
| Line | Column | Severity | Message |
|---|---|---|---|
| 87 | 20 | error | Only one argument is allowed per line in a multi-line function call |
| 87 | 29 | error | Only one argument is allowed per line in a multi-line function call |
| 87 | 49 | error | Only one argument is allowed per line in a multi-line function call |