We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e15b9dd commit 792da3dCopy full SHA for 792da3d
tests/Feature/Providers/GeocoderServiceTest.php
@@ -81,14 +81,8 @@ public function testItResolvesAGivenAddressWithUmlauts()
81
82
public function testItResolvesAGivenAddressWithUmlautsInRegion()
83
{
84
- config()->set('geocoder.providers.Geocoder\Provider\Chain\Chain.Geocoder\Provider\GoogleMaps\GoogleMaps', [
85
- 'de-DE',
86
- null,
87
- ]);
88
- app()->register(GeocoderService::class);
89
-
90
$results = app('geocoder')
91
- ->geocode('Obere Donaustrasse 22, Wien, Österreich')
+ ->geocode('Obere Donaustraße 22, Wien, Österreich')
92
->get();
93
94
$this->assertEquals('22', $results->first()->getStreetNumber());
0 commit comments