You are here

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

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

File

tests/xml_export.test, line 7

Class

XMLExportViewsDataExportTests

Code

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