|
file-fetcher
|
Public Member Functions | |
| getCommand (array $settings, string $file=null) | |
Public Member Functions inherited from PHPUnit\Util\PHP\DefaultPhpProcess | |
| runJob (string $job, array $settings=[]) | |
Public Member Functions inherited from PHPUnit\Util\PHP\AbstractPhpProcess | |
| __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 () | |
Protected Member Functions inherited from PHPUnit\Util\PHP\DefaultPhpProcess | |
| runProcess (string $job, array $settings) | |
| process ($pipe, string $job) | |
| cleanup () | |
Protected Member Functions inherited from PHPUnit\Util\PHP\AbstractPhpProcess | |
| settingsToParameters (array $settings) | |
Additional Inherited Members | |
Static Public Member Functions inherited from PHPUnit\Util\PHP\AbstractPhpProcess | |
| static | factory () |
Protected Attributes inherited from PHPUnit\Util\PHP\DefaultPhpProcess | |
| $tempFile | |
Protected Attributes inherited from PHPUnit\Util\PHP\AbstractPhpProcess | |
| $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.
1.8.17