You are here

public static function CommerceReportsProductTestCase::getInfo in Commerce Reporting 7.4

File

src/Tests/CommerceReportsProductTestCase.php, line 7

Class

CommerceReportsProductTestCase

Namespace

Drupal\commerce_reports\Tests

Code

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