public static function UcAddressesAddressBookCustomerBasicTestCase::getInfo in Ubercart Addresses 6.2
Same name and namespace in other branches
- 7 tests/uc_addresses.addressbook.test \UcAddressesAddressBookCustomerBasicTestCase::getInfo()
Describes this test.
Return value
array
File
- tests/
uc_addresses.addressbook.test, line 162 - Test cases for the address book component.
Class
- UcAddressesAddressBookCustomerBasicTestCase
- Test cases for the address book component.
Code
public static function getInfo() {
return array(
'name' => 'Address book: Customer Basic',
'description' => 'Tests for the address book: view, edit and delete addresses.',
'group' => 'Ubercart Addresses',
'dependencies' => array(
'ctools',
'token',
'uc_store',
),
);
}