public static function UbercartCartCheckoutTestCase::getInfo in Ubercart 7.3
Same name and namespace in other branches
- 6.2 uc_cart/uc_cart.test \UbercartCartCheckoutTestCase::getInfo()
File
- uc_cart/
tests/ uc_cart.test, line 13 - Shopping cart and checkout tests.
Class
- UbercartCartCheckoutTestCase
- Tests the cart and checkout functionality.
Code
public static function getInfo() {
return array(
'name' => 'Cart and checkout',
'description' => 'Ensures the cart and checkout process is functioning for both anonymous and authenticated users.',
'group' => 'Ubercart',
);
}