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:
Diffstat (limited to 'plugins/GeoIp2/tests/System/ConvertRegionCodesToIsoTest.php')
-rw-r--r--plugins/GeoIp2/tests/System/ConvertRegionCodesToIsoTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/GeoIp2/tests/System/ConvertRegionCodesToIsoTest.php b/plugins/GeoIp2/tests/System/ConvertRegionCodesToIsoTest.php
index ba1909ed1f..66011b030b 100644
--- a/plugins/GeoIp2/tests/System/ConvertRegionCodesToIsoTest.php
+++ b/plugins/GeoIp2/tests/System/ConvertRegionCodesToIsoTest.php
@@ -38,7 +38,6 @@ class ConvertRegionCodesToIsoTest extends IntegrationTestCase
self::$idSite = Fixture::createWebsite('2016-01-01');
Fixture::createSuperUser(true);
- GeoIp2::$geoIPDatabaseDir = 'tests/lib/geoip-files';
LocationProvider::$providers = null;
LocationProvider::setCurrentProvider('geoip2php');
}