PHP Class PhpBench\Environment\Provider\Git

Inheritance: implements PhpBench\Environment\ProviderInterface
Afficher le fichier Open project: dantleech/phpbench Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( ExecutableFinder $exeFinder = null, $exeName = 'git' )
getInformation ( )
isApplicable ( )

Private Methods

Méthode Description
exec ( $cmd )
getGitPath ( )

Method Details

__construct() public méthode

public __construct ( ExecutableFinder $exeFinder = null, $exeName = 'git' )
$exeFinder Symfony\Component\Process\ExecutableFinder

getInformation() public méthode

public getInformation ( )

isApplicable() public méthode

public isApplicable ( )