function LocationGoogleGeocoderTest::getInfo in Location 7.5
Same name and namespace in other branches
- 6.3 tests/google_geocoder.test \LocationGoogleGeocoderTest::getInfo()
- 7.3 tests/google_geocoder.test \LocationGoogleGeocoderTest::getInfo()
- 7.4 tests/google_geocoder.test \LocationGoogleGeocoderTest::getInfo()
File
- tests/
google_geocoder.test, line 12
Class
Code
function getInfo() {
return array(
'name' => t('Location Google Geocoder tests'),
'description' => t('Test address mangling for the google geocoder.'),
'group' => t('Location'),
);
}