public static function LocationEarthTest::getInfo in Location 7.3
Same name and namespace in other branches
- 6.3 tests/earth.test \LocationEarthTest::getInfo()
- 7.5 tests/earth.test \LocationEarthTest::getInfo()
- 7.4 tests/earth.test \LocationEarthTest::getInfo()
File
- tests/
earth.test, line 13
Class
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',
)),
);
}