Joli\JoliCi\BuildStrategy\TravisCIBuildStrategyTest::testSupportFalse PHP Method

testSupportFalse() public method

public testSupportFalse ( )
    public function testSupportFalse()
    {
        $support = $this->strategy->supportProject(__DIR__ . DIRECTORY_SEPARATOR . "fixtures" . DIRECTORY_SEPARATOR . "travisci" . DIRECTORY_SEPARATOR . "project2");
        $this->assertFalse($support);
    }