You are here

public static function CommerceReportsTaxGenerationTests::getInfo in Commerce Reporting 7.3

File

modules/tax/tests/commerce_reports_tax.test, line 13
Tests for commerce tax reporting module.

Class

CommerceReportsTaxGenerationTests
@file Tests for commerce tax reporting module.

Code

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