Gittern\IntegrationTest::testCanReadFileInIndex PHP Method

testCanReadFileInIndex() public method

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