You are here

public static function UbercartAttributeCheckoutTestCase::getInfo in Ubercart 7.3

File

uc_attribute/tests/uc_attribute_checkout.test, line 13
Ubercart attribute checkout tests.

Class

UbercartAttributeCheckoutTestCase
Tests the product attribute API.

Code

public static function getInfo() {
  return array(
    'name' => 'Attribute Checkout',
    'description' => 'Test ordering products with attributes.',
    'group' => 'Ubercart',
  );
}