You are here

public static function LocationEarthTest::getInfo in Location 7.3

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

File

tests/earth.test, line 13

Class

LocationEarthTest

Code

public static function getInfo() {
  return array(
    'name' => t('Location earth.inc tests'),
    'description' => t('Test earth.inc calculations.'),
    'group' => t('Location', array(), array(
      'context' => 'geolocation',
    )),
  );
}