You are here

function LocationEarthTest::getInfo in Location 7.4

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.3 tests/earth.test \LocationEarthTest::getInfo()

File

tests/earth.test, line 12

Class

LocationEarthTest

Code

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