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

testContentsAreAlwaysStrings() public method

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