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