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:
authorMatthieu Napoli <matthieu@mnapoli.fr>2014-12-30 03:37:07 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-01-05 05:25:13 +0300
commit0e0fc76d83fc3de130b46ebf76f22dab87a66650 (patch)
treedcc2e0be945aaa6cff19b82a7739253fc829ff79 /plugins/Contents
parent62194cf004dfdb528c3ca5b59289660634f1369f (diff)
Fixed typo that crept in
Diffstat (limited to 'plugins/Contents')
-rw-r--r--plugins/Contents/tests/System/ContentsTest.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Contents/tests/System/ContentsTest.php b/plugins/Contents/tests/System/ContentsTest.php
index b555cf7962..ccb7a69086 100644
--- a/plugins/Contents/tests/System/ContentsTest.php
+++ b/plugins/Contents/tests/System/ContentsTest.php
@@ -47,12 +47,13 @@ class ContentsTest extends SystemTestCase
protected function setup()
{
parent::setup();
- Translate::reloadLanguage('en');
+ Translate::loadAllTranslations();
}
protected function tearDown()
{
parent::tearDown();
+ Translate::reset();
}
public function getApiForTesting()