You are here

public static function UcAddressesUserRegistrationTestCase::getInfo in Ubercart Addresses 6.2

Same name and namespace in other branches
  1. 7 tests/uc_addresses.register.test \UcAddressesUserRegistrationTestCase::getInfo()

Describes this test.

Return value

array

File

tests/uc_addresses.register.test, line 20
Test cases for registering with an address.

Class

UcAddressesUserRegistrationTestCase
Test cases for registering with an address.

Code

public static function getInfo() {
  return array(
    'name' => 'User registration',
    'description' => 'Test registration with address information.',
    'group' => 'Ubercart Addresses',
    'dependencies' => array(
      'ctools',
      'token',
      'uc_store',
    ),
  );
}