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

testSupportTrue() public method

public testSupportTrue ( )
    public function testSupportTrue()
    {
        $support = $this->strategy->supportProject(__DIR__ . DIRECTORY_SEPARATOR . "fixtures" . DIRECTORY_SEPARATOR . "travisci" . DIRECTORY_SEPARATOR . "project1");
        $this->assertTrue($support);
    }