You are here

public static function CommerceReportsSalesOverviewTestCase::getInfo in Commerce Reporting 7.3

File

tests/commerce_reports.test, line 187
Unit tests for the commerce reports module.

Class

CommerceReportsSalesOverviewTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Sales overview reports',
    'description' => 'Test the sales overview reports.',
    'group' => 'Drupal Commerce',
  );
}