public static function NodeExportXMLTestCase::getInfo in Node export 7.3
File
- ./
node_export.test, line 18 - Node export/import tests.
Class
- NodeExportXMLTestCase
- Test XML export and import.
Code
public static function getInfo() {
return array(
'name' => 'Node Export XML export/import test',
'description' => 'Test exporting a node as XML, changing the exported XML, then importing the changed XML.',
'group' => 'Node Export',
);
}