public static function UcAddressesApiTestCase::getInfo in Ubercart Addresses 6.2
Same name and namespace in other branches
- 7 tests/uc_addresses.api.test \UcAddressesApiTestCase::getInfo()
Describes this test.
Return value
array
File
- tests/
uc_addresses.api.test, line 20 - Test cases for the api component.
Class
- UcAddressesApiTestCase
- Test cases for the api component.
Code
public static function getInfo() {
return array(
'name' => 'Unit testing',
'description' => 'Ensure that the API behaves as expected.',
'group' => 'Ubercart Addresses',
'dependencies' => array(
'ctools',
'token',
'uc_store',
),
);
}