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