function locationmapTest::test_locationmap_geocode_for_address_not_found in Location Map 8.2
Same name and namespace in other branches
- 7.2 tests/locationmap.test \locationmapTest::test_locationmap_geocode_for_address_not_found()
- 7 tests/locationmap.test \locationmapTest::test_locationmap_geocode_for_address_not_found()
File
- tests/locationmap.test, line 19 
Class
Code
function test_locationmap_geocode_for_address_not_found() {
  $this
    ->assertEqual(FALSE, locationmap_geocode_for_address("abcdefgh123"));
}