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/LanguagesManager/Test/Integration/LanguagesManagerTest.php')
-rwxr-xr-xplugins/LanguagesManager/Test/Integration/LanguagesManagerTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/LanguagesManager/Test/Integration/LanguagesManagerTest.php b/plugins/LanguagesManager/Test/Integration/LanguagesManagerTest.php
index 1d0b74f3bf..cf85b79bcf 100755
--- a/plugins/LanguagesManager/Test/Integration/LanguagesManagerTest.php
+++ b/plugins/LanguagesManager/Test/Integration/LanguagesManagerTest.php
@@ -139,9 +139,9 @@ class LanguagesManagerTest extends \PHPUnit_Framework_TestCase
$languagesReference = $dataProvider->getLanguageList();
foreach ($languages as $language) {
- $data = file_get_contents(PIWIK_INCLUDE_PATH . "/lang/$language.json");
+ $data = file_get_contents(PIWIK_INCLUDE_PATH . "/plugins/Intl/lang/$language.json");
$translations = json_decode($data, true);
- $name = $translations['General']['EnglishLanguageName'];
+ $name = $translations['Intl']['EnglishLanguageName'];
if ($language != 'en') {
$this->assertFalse($name == 'English', "for $language");