function LocationEarthTest::get_info in Location 5.3
Implementation of get_info() for information
File
- tests/
earth.test, line 16
Class
Code
function get_info() {
return array(
'name' => t('Location module earth.inc tests'),
'desc' => t('Test calculations.'),
'group' => 'Location Module',
);
}