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 ab1c9bf commit d068473Copy full SHA for d068473
tests/Laravel5_3/Providers/GeocoderServiceTest.php
@@ -70,6 +70,7 @@ public function testItResolvesAGivenIPAddress()
70
->using('free_geo_ip')
71
->geocode('72.229.28.185')
72
->get();
73
+ dump($results, app('geocoder'));
74
75
// Assert
76
$this->assertEquals('US', $results->first()->getCountry()->getCode());
0 commit comments