public static function TXTExportViewsDataExportExporterTests::getInfo in Views data export 7.4
File
- tests/
exporter_tests/ txt.test, line 7
Class
Code
public static function getInfo() {
return array(
'name' => 'TXT Exporter Test',
'description' => 'Various tests for export using the TXT exporter class.',
'group' => 'Views Data Export',
);
}