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/Unit/UserCountryTest.php')
-rw-r--r--plugins/UserCountry/tests/Unit/UserCountryTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserCountry/tests/Unit/UserCountryTest.php b/plugins/UserCountry/tests/Unit/UserCountryTest.php
index c2db05db2d..7dfc80521b 100644
--- a/plugins/UserCountry/tests/Unit/UserCountryTest.php
+++ b/plugins/UserCountry/tests/Unit/UserCountryTest.php
@@ -51,7 +51,7 @@ class UserCountryTest extends \PHPUnit_Framework_TestCase
$countries = $dataProvider->getCountryList(true);
// Get list of existing flag icons
- $flags = scandir(PIWIK_PATH_TEST_TO_ROOT . '/plugins/UserCountry/images/flags/');
+ $flags = scandir(PIWIK_PATH_TEST_TO_ROOT . '/plugins/Morpheus/icons/dist/flags/');
// Get list of countries
foreach ($countries as $country => $continent) {