Gittern\Proxy\BlobProxyTest::setUp PHP Method

setUp() public method

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