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