Gittern\Transport\PackfileTest::testCanGetOffsetFromIndex PHP Method

testCanGetOffsetFromIndex() public method

    public function testCanGetOffsetFromIndex()
    {
        // Same object as in testCanGetRegularObject
        $raw_object = $this->packfile->getRawObjectForSha('24fb5bad9c8f3b2694412ea309f207091f2309cf');
        $this->assertEquals('af4dc5e71d65c6770b8cf72e26a3a093', md5($raw_object->getData()));
        $this->assertEquals('blob', $raw_object->getType());
    }