You are here

public static function CommerceReportsTaxGenerationTests::getInfo in Commerce Reporting 7.4

File

modules/tax/Tests/CommerceReportsTaxGenerationTests.php, line 12

Class

CommerceReportsTaxGenerationTests

Namespace

Drupal\commerce_reports_tax\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Tax reports',
    'description' => 'Tests if the tax reporting module correctly catches tax information.',
    'group' => 'Commerce Reports Tax',
  );
}