Laravel version update
Laravel version update
This commit is contained in:
4
vendor/torann/geoip/tests/GeoIPTest.php
vendored
4
vendor/torann/geoip/tests/GeoIPTest.php
vendored
@@ -29,9 +29,7 @@ class GeoIPTest extends TestCase
|
||||
$config = $this->getConfig()['services']['maxmind_database'];
|
||||
unset($config['class']);
|
||||
|
||||
self::$functions->shouldReceive('app')->with('Torann\GeoIP\Services\MaxMindDatabase', [$config])->andReturn(true);
|
||||
|
||||
$this->assertEquals($geo_ip->getService(), true);
|
||||
$this->assertInstanceOf(\Torann\GeoIP\Contracts\ServiceInterface::class, $geo_ip->getService());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user