You are here

public static function LocationCCKTest::getInfo in Location 7.3

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

Overrides LocationCCK2Test::getInfo

File

tests/location_cck.test, line 29

Class

LocationCCKTest
Class LocationCCKTest.

Code

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