Backup\Model\ContentTest::testExportWithUndefinedWhatShouldReturnEmptyString PHP 메소드

testExportWithUndefinedWhatShouldReturnEmptyString() 공개 메소드

Test
    public function testExportWithUndefinedWhatShouldReturnEmptyString()
    {
        $this->assertEquals('<?xml version="1.0" encoding="UTF-8"?>' . PHP_EOL . '<gotcms></gotcms>', $this->object->export(array('fake')));
    }