public static function UcAddressesTokenTestCase::getInfo in Ubercart Addresses 7
Describes this test.
Return value
array
File
- tests/
uc_addresses.tokens.test, line 17 - Test cases for the token replacement.
Class
- UcAddressesTokenTestCase
- Test cases for the api component.
Code
public static function getInfo() {
return array(
'name' => 'Ubercart Addresses token tests',
'description' => 'Test the Ubercart Addresses tokens.',
'group' => 'Ubercart Addresses',
'dependencies' => array(
'ctools',
'token',
'uc_store',
),
);
}