public static function UcAddressesCartCheckoutTestCase::getInfo in Ubercart Addresses 6.2
Same name and namespace in other branches
- 7 tests/uc_addresses.checkout.test \UcAddressesCartCheckoutTestCase::getInfo()
Describes this test.
Return value
array
Overrides UbercartCartCheckoutTestCase::getInfo
File
- tests/
uc_addresses.checkout.test, line 22 - Test cases for checkout.
Class
- UcAddressesCartCheckoutTestCase
- Test cases for checkout.
Code
public static function getInfo() {
return array(
'name' => 'Cart and checkout',
'description' => 'Ensures the cart and checkout process is functioning when Ubercart Addresses is enabled.',
'group' => 'Ubercart Addresses',
'dependencies' => array(
'ctools',
'token',
'uc_store',
'uc_cart',
),
);
}