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
path: root/tests
diff options
context:
space:
mode:
authorBenaka Moorthi <benaka.moorthi@gmail.com>2013-07-06 07:15:37 +0400
committerBenaka Moorthi <benaka.moorthi@gmail.com>2013-07-06 07:15:37 +0400
commit1f787b2c435d7e5b2e33d2aeffa821eccb546bf7 (patch)
tree6110b2a0dbdd230318c531f12b94a540fd16b349 /tests
parentc32296ac3b62528fe2e5f5d7b45ee905a0e8c752 (diff)
Load translation so exception is translated in travis output.
Diffstat (limited to 'tests')
-rw-r--r--tests/PHPUnit/Core/Tracker/ActionTest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/PHPUnit/Core/Tracker/ActionTest.php b/tests/PHPUnit/Core/Tracker/ActionTest.php
index 1938780923..f72fed394d 100644
--- a/tests/PHPUnit/Core/Tracker/ActionTest.php
+++ b/tests/PHPUnit/Core/Tracker/ActionTest.php
@@ -16,6 +16,8 @@ class Tracker_ActionTest extends DatabaseTestCase
$config->setTestEnvironment($userFile, false);
Piwik_PluginsManager::getInstance()->loadPlugins(array('SitesManager'));
+
+ Piwik_Translate::getInstance()->loadEnglishTranslation();
}
protected function setUpRootAccess()