You are here

public static function CommerceCartTestCaseAttributes::getInfo in Commerce Core 7

Implementation of getInfo().

File

modules/cart/tests/commerce_cart.test, line 333
Functional tests for the commerce cart module.

Class

CommerceCartTestCaseAttributes
Test cart features for a product with attributes.

Code

public static function getInfo() {
  return array(
    'name' => 'Shopping cart attributes',
    'description' => 'Test adding products to cart from a product with multiple attributes, using the add to cart form product attribute select.',
    'group' => 'Drupal Commerce',
  );
}