You are here

public static function CommerceReportsViewsExportTestCase::getInfo in Commerce Reporting 7.4

File

src/Tests/CommerceReportsViewsExportTestCase.php, line 10

Class

CommerceReportsViewsExportTestCase
Class CommerceReportsViewsExportTestCase

Namespace

Drupal\commerce_reports\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Reports views data exports',
    'description' => 'Test the views data export capabilities.',
    'group' => 'Commerce Reports',
  );
}