You are here

public static function UbercartCartCheckoutTestCase::getInfo in Ubercart 6.2

Same name and namespace in other branches
  1. 7.3 uc_cart/tests/uc_cart.test \UbercartCartCheckoutTestCase::getInfo()

File

uc_cart/uc_cart.test, line 16
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',
  );
}