PhpBench\Environment\VcsInformation::__construct PHP Method

__construct() public method

public __construct ( $system, $branch, $version )
    public function __construct($system, $branch, $version)
    {
        parent::__construct('vcs', ['system' => $system, 'branch' => $branch, 'version' => $version]);
    }
VcsInformation