Gittern\Proxy\TreeProxyTest::testCanGetShaWithoutLoading PHP Method

testCanGetShaWithoutLoading() public method

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