You are here

public static function CommerceReportsCustomerTestCase::getInfo in Commerce Reporting 7.3

File

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

Class

CommerceReportsCustomerTestCase

Code

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