Gittern\Entity\GitObject\BlobTest::testCanSetAndGetSha PHP Method

testCanSetAndGetSha() public method

public testCanSetAndGetSha ( )
    public function testCanSetAndGetSha()
    {
        $this->blob->setSha('deadbeef');
        $this->assertEquals('deadbeef', $this->blob->getSha());
    }