You are here

public static function CommercePricelistTestCaseSimpleProduct::getInfo in Commerce Pricelist 7

Implementation of getInfo().

File

tests/commerce_pricelist.test, line 165
Functional tests for the commerce price list module.

Class

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

Code

public static function getInfo() {
  return array(
    'name' => 'Commerce Pricelist',
    'description' => 'Test price list features like setting the price from a price list',
    'group' => 'Commerce Pricelist',
  );
}