You are here

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

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

File

tests/xls_export.test, line 7

Class

XLSExportViewsDataExportTests

Code

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