You are here

public static function CSVExportViewsDataExportTests::getInfo in Views data export 7.4

Same name and namespace in other branches
  1. 7.3 tests/csv_export.test \CSVExportViewsDataExportTests::getInfo()

File

tests/csv_export.test, line 7

Class

CSVExportViewsDataExportTests

Code

public static function getInfo() {
  return array(
    'name' => 'CSV Export',
    'description' => 'Various tests for exporting to CSV.',
    'group' => 'Views Data Export',
  );
}