Gittern\Entity\GitObject\BlobTest::testCanSetAndGetContents PHP Méthode

testCanSetAndGetContents() public méthode

    public function testCanSetAndGetContents()
    {
        $this->blob->setContents('foobar');
        $this->assertEquals('foobar', $this->blob->getContents());
    }