You are here

public static function CommercePricelistTaxTest::getInfo in Commerce Pricelist 7

Implementation of getInfo().

File

tests/commerce_pricelist_tax.test, line 22
Functional tests for the commerce price list module.

Class

CommercePricelistTaxTest
Test price list features for a product display that only has one product attached.

Code

public static function getInfo() {
  return array(
    'name' => 'Commerce Pricelist Tax tests',
    'description' => 'Test price list features when using commerce tax.',
    'group' => 'Commerce Pricelist',
  );
}