Lggr
|
Public Member Functions | |
getCommand (array $settings, $file=null) | |
![]() | |
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) | |
Protected Member Functions | |
getHandles () | |
![]() | |
runProcess ($job, $settings) | |
process ($pipe, $job) | |
cleanup () | |
![]() | |
settingsToParameters (array $settings) | |
Protected Attributes | |
$useTempFile = true | |
![]() | |
$tempFile | |
$useTempFile = false | |
![]() | |
$runtime | |
$stderrRedirection = false | |
$stdin = '' | |
$args = '' | |
$env = [] | |
$timeout = 0 | |
Additional Inherited Members | |
![]() | |
static | factory () |
Windows utility for PHP sub-processes.
Reading from STDOUT or STDERR hangs forever on Windows if the output is too large.
PHPUnit\Util\PHP\WindowsPhpProcess::getCommand | ( | array | $settings, |
$file = null |
|||
) |
Returns the command based into the configurations.
array | $settings | |
string | null | $file |
Reimplemented from PHPUnit\Util\PHP\AbstractPhpProcess.
|
protected |
Returns an array of file handles to be used in place of pipes
Reimplemented from PHPUnit\Util\PHP\DefaultPhpProcess.