You are here

public static function UcAddressesAddressBookCustomerEditTestCase::getInfo in Ubercart Addresses 6.2

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

Describes this test.

Return value

array

File

tests/uc_addresses.addressbook.test, line 261
Test cases for the address book component.

Class

UcAddressesAddressBookCustomerEditTestCase
Test cases for the address book component.

Code

public static function getInfo() {
  return array(
    'name' => 'Address book: Customer Edit',
    'description' => 'Tests for the address book: view, edit and delete addresses.',
    'group' => 'Ubercart Addresses',
    'dependencies' => array(
      'ctools',
      'token',
      'uc_store',
    ),
  );
}