PhpBench\Tests\Unit\Environment\Provider\GitTest::testIsApplicable PHP Method

testIsApplicable() public method

It should return TRUE if the CWD is a git repository.
public testIsApplicable ( )
    public function testIsApplicable()
    {
        $result = $this->provider->isApplicable();
        $this->assertTrue($result);
    }