public static function CommerceCartTestCaseSimpleProduct::getInfo in Commerce Core 7
Implementation of getInfo().
File
- modules/
cart/ tests/ commerce_cart.test, line 47 - Functional tests for the commerce cart module.
Class
- CommerceCartTestCaseSimpleProduct
- Test cart features for a product display that only has one product attached.
Code
public static function getInfo() {
return array(
'name' => 'Shopping cart',
'description' => 'Test cart features like adding products to the cart, removing products from the cart and updating quantities.',
'group' => 'Drupal Commerce',
);
}