Gittern\Entity\GitObject\BlobTest::testContentsAreAlwaysStrings PHP 메소드

testContentsAreAlwaysStrings() 공개 메소드

    public function testContentsAreAlwaysStrings()
    {
        $this->assertSame('', $this->blob->getContents());
    }