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:
authordiosmosis <benaka@piwik.pro>2015-03-11 10:13:46 +0300
committerdiosmosis <benaka@piwik.pro>2015-03-11 10:13:46 +0300
commitab840f9fe1161607d2ef668004d17282f02704b7 (patch)
treedd346390a560cb76286ab12196d0fb31883014f9 /tests
parent7e02d3cd97b2754ce6c1e04eb4490888b850bf2c (diff)
Revert loading translations in integrationtestcase.
Diffstat (limited to 'tests')
-rw-r--r--tests/PHPUnit/Framework/TestCase/IntegrationTestCase.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/PHPUnit/Framework/TestCase/IntegrationTestCase.php b/tests/PHPUnit/Framework/TestCase/IntegrationTestCase.php
index d4eab0be73..033cbcfc1b 100644
--- a/tests/PHPUnit/Framework/TestCase/IntegrationTestCase.php
+++ b/tests/PHPUnit/Framework/TestCase/IntegrationTestCase.php
@@ -82,8 +82,6 @@ abstract class IntegrationTestCase extends SystemTestCase
PiwikCache::getEagerCache()->flushAll();
PiwikCache::getTransientCache()->flushAll();
-
- Translate::loadAllTranslations();
}
/**