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