public static function XMLExportViewsDataExportTests::getInfo in Views data export 7.4
Same name and namespace in other branches
- 7.3 tests/xml_export.test \XMLExportViewsDataExportTests::getInfo()
File
- tests/
xml_export.test, line 7
Class
Code
public static function getInfo() {
return array(
'name' => 'XML Export',
'description' => 'Various tests for exporting to XML.',
'group' => 'Views Data Export',
);
}