Skip to content

Commit d068473

Browse files
committed
WIP — figuring out why travis keeps failing UP lookup tests
1 parent ab1c9bf commit d068473

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Laravel5_3/Providers/GeocoderServiceTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ public function testItResolvesAGivenIPAddress()
7070
->using('free_geo_ip')
7171
->geocode('72.229.28.185')
7272
->get();
73+
dump($results, app('geocoder'));
7374

7475
// Assert
7576
$this->assertEquals('US', $results->first()->getCountry()->getCode());

0 commit comments

Comments
 (0)