Gittern\IntegrationTest::testCanReadFileInIndex PHP Méthode

testCanReadFileInIndex() public méthode

    public function testCanReadFileInIndex()
    {
        $this->assertEquals('New file, new exciting contents!', $this->index_adapter->read('newfile.txt'));
    }