Lggr
|
Public Member Functions | |
runJob ($job, array $settings=[]) | |
![]() | |
__construct () | |
setUseStderrRedirection ($stderrRedirection) | |
useStderrRedirection () | |
setStdin ($stdin) | |
getStdin () | |
setArgs ($args) | |
getArgs () | |
setEnv (array $env) | |
getEnv () | |
setTimeout ($timeout) | |
getTimeout () | |
runTestJob ($job, Test $test, TestResult $result) | |
getCommand (array $settings, $file=null) | |
Protected Member Functions | |
getHandles () | |
runProcess ($job, $settings) | |
process ($pipe, $job) | |
cleanup () | |
![]() | |
settingsToParameters (array $settings) | |
Protected Attributes | |
$tempFile | |
$useTempFile = false | |
![]() | |
$runtime | |
$stderrRedirection = false | |
$stdin = '' | |
$args = '' | |
$env = [] | |
$timeout = 0 | |
Additional Inherited Members | |
![]() | |
static | factory () |
Default utility for PHP sub-processes.
|
protected |
Returns an array of file handles to be used in place of pipes
Reimplemented in PHPUnit\Util\PHP\WindowsPhpProcess.
|
protected |
resource | $pipe | |
string | $job |
Exception |
PHPUnit\Util\PHP\DefaultPhpProcess::runJob | ( | $job, | |
array | $settings = [] |
||
) |
Runs a single job (PHP code) using a separate PHP process.
string | $job | |
array | $settings |
Exception |
Reimplemented from PHPUnit\Util\PHP\AbstractPhpProcess.
|
protected |
Handles creating the child process and returning the STDOUT and STDERR
string | $job | |
array | $settings |
Exception |