You are here

public static function CommerceReportsCustomerTestCase::getInfo in Commerce Reporting 7.4

File

src/Tests/CommerceReportsCustomerTestCase.php, line 7

Class

CommerceReportsCustomerTestCase

Namespace

Drupal\commerce_reports\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Customer reports',
    'description' => 'Test the customer reports.',
    'group' => 'Commerce Reports',
  );
}