Gittern\IntegrationTest::testCanReadFileInIndex PHP Метод

testCanReadFileInIndex() публичный Метод

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