Gittern\Transport\PackfileTest::testCantGetObjectForShaWithoutIndex PHP Method

testCantGetObjectForShaWithoutIndex() public method

    public function testCantGetObjectForShaWithoutIndex()
    {
        $this->packfile->setIndex(null);
        $this->packfile->getRawObjectForSha('24fb5bad9c8f3b2694412ea309f207091f2309cf');
    }