Gittern\IntegrationTest::testCanReadFileInMaster PHP Method

testCanReadFileInMaster() public method

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