You are here

public static function CommercePricelistRoleTestCaseSimpleProduct::getInfo in Commerce Pricelist 7

Implementation of getInfo().

File

commerce_pricelist_role/tests/commerce_pricelist_role.test, line 16
Functional tests for the commerce pricelist role module.

Class

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

Code

public static function getInfo() {
  return array(
    'name' => 'Commerce Pricelist Role',
    'description' => 'Test assigning a pricelist to a specific role',
    'group' => 'Commerce Pricelist',
  );
}