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/UserCountry/tests/Integration/APITest.php')
-rw-r--r--plugins/UserCountry/tests/Integration/APITest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/UserCountry/tests/Integration/APITest.php b/plugins/UserCountry/tests/Integration/APITest.php
index 43122a61a3..22f15b89bb 100644
--- a/plugins/UserCountry/tests/Integration/APITest.php
+++ b/plugins/UserCountry/tests/Integration/APITest.php
@@ -67,7 +67,7 @@ class APITest extends IntegrationTestCase
{
Access::getInstance()->setSuperUserAccess(false);
- $locationProvider = LocationProvider\GeoIp\Php::ID;
+ $locationProvider = GeoIp2\Php::ID;
$this->api->setLocationProvider($locationProvider);
}
@@ -78,7 +78,7 @@ class APITest extends IntegrationTestCase
{
Config::getInstance()->General['enable_geolocation_admin'] = 0;
- $locationProvider = LocationProvider\GeoIp\Php::ID;
+ $locationProvider = GeoIp2\Php::ID;
$this->api->setLocationProvider($locationProvider);
}