PHP Interface Tester\Runner\PhpInterpreter

Afficher le fichier Open project: nette/tester Interface Usage Examples

Méthodes publiques

Méthode 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 méthode

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

addPhpIniOption() public méthode

public addPhpIniOption ( $name, $value = NULL )

canMeasureCodeCoverage() public méthode

public canMeasureCodeCoverage ( ) : boolean
Résultat boolean

getCommandLine() public méthode

public getCommandLine ( ) : string
Résultat string

getShortInfo() public méthode

public getShortInfo ( ) : string
Résultat string

getStartupError() public méthode

public getStartupError ( ) : string
Résultat string

getVersion() public méthode

public getVersion ( ) : string
Résultat string

hasExtension() public méthode

public hasExtension ( $name ) : boolean
Résultat boolean

isCgi() public méthode

public isCgi ( ) : boolean
Résultat boolean