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