public static function UcAddressesApiTestCase::getInfo in Ubercart Addresses 7
Same name and namespace in other branches
- 6.2 tests/uc_addresses.api.test \UcAddressesApiTestCase::getInfo()
Describes this test.
Return value
array
File
- tests/uc_addresses.api.test, line 17 
- 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',
    ),
  );
}