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