You are here

public static function LocationCCK2Test::getInfo in Location 7.3

1 method overrides LocationCCK2Test::getInfo()
LocationCCKTest::getInfo in tests/location_cck.test

File

tests/location_cck2.test, line 36

Class

LocationCCK2Test

Code

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