You are here

function LocationGoogleGeocoderTest::getInfo in Location 6.3

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

File

tests/google_geocoder.test, line 12

Class

LocationGoogleGeocoderTest

Code

function getInfo() {
  return array(
    'name' => t('Location Google Geocoder tests'),
    'description' => t('Test address mangling for the google geocoder.'),
    'group' => t('Location'),
  );
}