Gittern\Proxy\CommitProxyTest::testCanGetShaWithoutLoading PHP Method

testCanGetShaWithoutLoading() public method

    public function testCanGetShaWithoutLoading()
    {
        $this->assertEquals('deadbeef', $this->commit_proxy->getSha());
    }