Gittern\Transport\PackfileIndexTest::testCantGetPackfileOffsetForNonExistantSha PHP Method

testCantGetPackfileOffsetForNonExistantSha() public method

    public function testCantGetPackfileOffsetForNonExistantSha()
    {
        $this->index->getPackfileOffsetForSha('deadbeefcafebabefacebadc0ffeebadf00dcafe');
    }