You are here

function LocationCCKTest::getInfo in Location 6.3

Same name and namespace in other branches
  1. 7.5 tests/location_cck.test \LocationCCKTest::getInfo()
  2. 7.3 tests/location_cck.test \LocationCCKTest::getInfo()
  3. 7.4 tests/location_cck.test \LocationCCKTest::getInfo()

File

tests/location_cck.test, line 26

Class

LocationCCKTest

Code

function getInfo() {
  return array(
    'name' => t('Location CCK checks'),
    'description' => t('Test corner cases of the CCK Location module.'),
    'group' => t('Location'),
  );
}