|
Lggr
|


Public Member Functions | |
| getCommand (array $settings, $file=null) | |
Public Member Functions inherited from PHPUnit\Util\PHP\DefaultPhpProcess | |
| runJob ($job, array $settings=[]) | |
Public Member Functions inherited from PHPUnit\Util\PHP\AbstractPhpProcess | |
| __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 () | |
Protected Member Functions inherited from PHPUnit\Util\PHP\DefaultPhpProcess | |
| runProcess ($job, $settings) | |
| process ($pipe, $job) | |
| cleanup () | |
Protected Member Functions inherited from PHPUnit\Util\PHP\AbstractPhpProcess | |
| settingsToParameters (array $settings) | |
Protected Attributes | |
| $useTempFile = true | |
Protected Attributes inherited from PHPUnit\Util\PHP\DefaultPhpProcess | |
| $tempFile | |
| $useTempFile = false | |
Protected Attributes inherited from PHPUnit\Util\PHP\AbstractPhpProcess | |
| $runtime | |
| $stderrRedirection = false | |
| $stdin = '' | |
| $args = '' | |
| $env = [] | |
| $timeout = 0 | |
Additional Inherited Members | |
Static Public Member Functions inherited from PHPUnit\Util\PHP\AbstractPhpProcess | |
| 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.
1.8.17