You are here

function LocationEarthTest::get_info in Location 5.3

Implementation of get_info() for information

File

tests/earth.test, line 16

Class

LocationEarthTest

Code

function get_info() {
  return array(
    'name' => t('Location module earth.inc tests'),
    'desc' => t('Test calculations.'),
    'group' => 'Location Module',
  );
}