PHP Interface Tester\Runner\PhpInterpreter

Datei anzeigen Open project: nette/tester Interface Usage Examples

Public Methods

Method Description
__construct ( $path, array $args = [] )
addPhpIniOption ( $name, $value = NULL )
canMeasureCodeCoverage ( ) : boolean
getCommandLine ( ) : string
getShortInfo ( ) : string
getStartupError ( ) : string
getVersion ( ) : string
hasExtension ( $name ) : boolean
isCgi ( ) : boolean

Method Details

__construct() public method

public __construct ( $path, array $args = [] )
$args array

addPhpIniOption() public method

public addPhpIniOption ( $name, $value = NULL )

canMeasureCodeCoverage() public method

public canMeasureCodeCoverage ( ) : boolean
return boolean

getCommandLine() public method

public getCommandLine ( ) : string
return string

getShortInfo() public method

public getShortInfo ( ) : string
return string

getStartupError() public method

public getStartupError ( ) : string
return string

getVersion() public method

public getVersion ( ) : string
return string

hasExtension() public method

public hasExtension ( $name ) : boolean
return boolean

isCgi() public method

public isCgi ( ) : boolean
return boolean