public static function CommerceReportsTaxGenerationTests::getInfo in Commerce Reporting 7.4
File
- modules/
tax/ Tests/ CommerceReportsTaxGenerationTests.php, line 12
Class
Namespace
Drupal\commerce_reports_tax\TestsCode
public static function getInfo() {
return array(
'name' => 'Tax reports',
'description' => 'Tests if the tax reporting module correctly catches tax information.',
'group' => 'Commerce Reports Tax',
);
}