Gittern\Proxy\TreeProxyTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->repo_mock = M::mock('Gittern\\Repository');
        $this->sha = 'deadbeef';
        $this->tree_proxy = new TreeProxy($this->repo_mock, $this->sha);
    }