You are here

function LocationEarthTest::getInfo in Location 6.3

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

File

tests/earth.test, line 12

Class

LocationEarthTest

Code

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