Gittern\IntegrationTest::testCanWriteToIndex PHP Method

testCanWriteToIndex() public method

public testCanWriteToIndex ( )
    public function testCanWriteToIndex()
    {
        $this->index_adapter->write('anotherfile.txt', 'Another day, another file');
        $this->assertEquals('Another day, another file', $this->index_adapter->read('anotherfile.txt'));
    }