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:
authormattpiwik <matthieu.aubry@gmail.com>2011-05-17 03:36:03 +0400
committermattpiwik <matthieu.aubry@gmail.com>2011-05-17 03:36:03 +0400
commitdf2d7274ea07847a2c522c397ef3f08fb7eb0b27 (patch)
tree211812652ce89eb63e9d6270dfa8e834f6d5febb /plugins/Actions/tests
parente48c0d06fc88e9cb2431c96271b4e8267e9838d3 (diff)
git-svn-id: http://dev.piwik.org/svn/trunk@4715 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/Actions/tests')
-rw-r--r--plugins/Actions/tests/Actions.test.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Actions/tests/Actions.test.php b/plugins/Actions/tests/Actions.test.php
index 9f345051e6..607676a157 100644
--- a/plugins/Actions/tests/Actions.test.php
+++ b/plugins/Actions/tests/Actions.test.php
@@ -15,6 +15,7 @@ class Test_Piwik_Actions extends UnitTestCase
{
$userFile = PIWIK_INCLUDE_PATH . '/tests/resources/plugins/Actions/Actions.config.ini.php';
Piwik::createConfigObject($userFile);
+ Piwik_Translate::getInstance()->loadEnglishTranslation();
Zend_Registry::get('config')->setTestEnvironment();
}