file-fetcher
|
Public Member Functions | |
getCommand (array $settings, string $file=null) | |
![]() | |
runJob (string $job, array $settings=[]) | |
![]() | |
__construct () | |
setUseStderrRedirection (bool $stderrRedirection) | |
useStderrRedirection () | |
setStdin (string $stdin) | |
getStdin () | |
setArgs (string $args) | |
getArgs () | |
setEnv (array $env) | |
getEnv () | |
setTimeout (int $timeout) | |
getTimeout () | |
runTestJob (string $job, Test $test, TestResult $result) | |
Protected Member Functions | |
getHandles () | |
useTemporaryFile () | |
![]() | |
runProcess (string $job, array $settings) | |
process ($pipe, string $job) | |
cleanup () | |
![]() | |
settingsToParameters (array $settings) | |
Additional Inherited Members | |
![]() | |
static | factory () |
![]() | |
$tempFile | |
![]() | |
$runtime | |
$stderrRedirection = false | |
$stdin = '' | |
$args = '' | |
$env = [] | |
$timeout = 0 | |
PHPUnit\Util\PHP\WindowsPhpProcess::getCommand | ( | array | $settings, |
string | $file = null |
||
) |
Returns the command based into the configurations.
Reimplemented from PHPUnit\Util\PHP\AbstractPhpProcess.
|
protected |
Exception |
Reimplemented from PHPUnit\Util\PHP\DefaultPhpProcess.
|
protected |
Reimplemented from PHPUnit\Util\PHP\DefaultPhpProcess.