Torann / laravel-geoip

Determine the geographical location of website visitors based on their IP addresses.
http://lyften.com/projects/laravel-geoip
BSD 2-Clause "Simplified" License
2.09k stars 372 forks source link

Fix Tests #104

Closed rjp2525 closed 6 years ago

rjp2525 commented 6 years ago

Fixed tests so they can actually run now, instead of getting a passing test every build with message "No Tests Executed."

Ensured existing tests passed - changed the MaxMind service test to assert the correct response (not sure why it was 'Poop' instead of false?) and suppressed the Resource temporarily unvailable message causing the last test to fail. The file is still in use by the tests when unlink() is called.