public static function CommerceReportsProductTestCase::getInfo in Commerce Reporting 7.3
File
- tests/
commerce_reports.test, line 534 - Unit tests for the commerce reports module.
Class
Code
public static function getInfo() {
return array(
'name' => 'Product reports',
'description' => 'Test the product reports.',
'group' => 'Drupal Commerce',
);
}