PHP Class PhpBench\Environment\Provider\Git

Inheritance: implements PhpBench\Environment\ProviderInterface
Show file Open project: dantleech/phpbench Class Usage Examples

Public Methods

Method Description
__construct ( ExecutableFinder $exeFinder = null, $exeName = 'git' )
getInformation ( )
isApplicable ( )

Private Methods

Method Description
exec ( $cmd )
getGitPath ( )

Method Details

__construct() public method

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

getInformation() public method

public getInformation ( )

isApplicable() public method

public isApplicable ( )