You are here

public static function UbercartCartSettingsTestCase::getInfo in Ubercart 7.3

Same name and namespace in other branches
  1. 6.2 uc_cart/uc_cart.test \UbercartCartSettingsTestCase::getInfo()

File

uc_cart/tests/uc_cart.test, line 619
Shopping cart and checkout tests.

Class

UbercartCartSettingsTestCase
Tests the cart settings page.

Code

public static function getInfo() {
  return array(
    'name' => 'Cart settings',
    'description' => 'Tests the cart settings page.',
    'group' => 'Ubercart',
  );
}