public static function CommerceReportsSalesTestCase::getInfo in Commerce Reporting 7.4
File
- src/
Tests/ CommerceReportsSalesTestCase.php, line 7
Class
Namespace
Drupal\commerce_reports\TestsCode
public static function getInfo() {
return array(
'name' => 'Sales reports',
'description' => 'Test the sales reports.',
'group' => 'Commerce Reports',
);
}