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

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

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