Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Giehl <stefan@matomo.org>2019-03-15 03:35:51 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2019-03-15 03:35:51 +0300
commit3474bf211f0119436c9439b1307bac601e673453 (patch)
treefc8ca51c401c472cc1e4e2c34f106812eaeef4ca /plugins/UserCountry
parenta99baa987892daae0c616fbaf52fa14e97e2f890 (diff)
Allow customization of GeoIP2 database location using DI (#13913)
Diffstat (limited to 'plugins/UserCountry')
-rw-r--r--plugins/UserCountry/tests/Integration/APITest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/UserCountry/tests/Integration/APITest.php b/plugins/UserCountry/tests/Integration/APITest.php
index 689f1e0867..99f8a03973 100644
--- a/plugins/UserCountry/tests/Integration/APITest.php
+++ b/plugins/UserCountry/tests/Integration/APITest.php
@@ -42,7 +42,6 @@ class APITest extends IntegrationTestCase
public function test_setLocationProvider()
{
- GeoIp2::$geoIPDatabaseDir = 'tests/lib/geoip-files';
$locationProvider = GeoIp2\Php::ID;
$this->api->setLocationProvider($locationProvider);
$this->assertEquals($locationProvider, Common::getCurrentLocationProviderId());