|
Lggr
|


Public Member Functions | |
| 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) | |
| getCommand (array $settings, $file=null) | |
Protected Member Functions | |
| getHandles () | |
| runProcess ($job, $settings) | |
| process ($pipe, $job) | |
| cleanup () | |
Protected Member Functions inherited from PHPUnit\Util\PHP\AbstractPhpProcess | |
| settingsToParameters (array $settings) | |
Protected Attributes | |
| $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 () |
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 |
1.8.17