Lggr
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
PHPUnit\Util\PHP\WindowsPhpProcess Class Reference
Inheritance diagram for PHPUnit\Util\PHP\WindowsPhpProcess:
Inheritance graph
[legend]
Collaboration diagram for PHPUnit\Util\PHP\WindowsPhpProcess:
Collaboration graph
[legend]

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 ()
 

Detailed Description

Windows utility for PHP sub-processes.

Reading from STDOUT or STDERR hangs forever on Windows if the output is too large.

See also
https://bugs.php.net/bug.php?id=51800

Member Function Documentation

◆ getCommand()

PHPUnit\Util\PHP\WindowsPhpProcess::getCommand ( array  $settings,
  $file = null 
)

Returns the command based into the configurations.

Parameters
array$settings
string | null$file
Returns
string

Reimplemented from PHPUnit\Util\PHP\AbstractPhpProcess.

◆ getHandles()

PHPUnit\Util\PHP\WindowsPhpProcess::getHandles ( )
protected

Returns an array of file handles to be used in place of pipes

Returns
array

Reimplemented from PHPUnit\Util\PHP\DefaultPhpProcess.


The documentation for this class was generated from the following file: