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:
authorStefan Giehl <stefan@matomo.org>2020-02-25 23:41:55 +0300
committerGitHub <noreply@github.com>2020-02-25 23:41:55 +0300
commitbaa4c285d80073365d5a12569df238fba5b9a1ab (patch)
treefbb564c3366a89174f588600913b3df7c11ac335 /tests/PHPUnit/Framework
parent4fdbab2515ade1958f9796fc4da62de47d99ea78 (diff)
use transient cache for caching menus instead static array (#15585)
Diffstat (limited to 'tests/PHPUnit/Framework')
-rw-r--r--tests/PHPUnit/Framework/TestCase/IntegrationTestCase.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/PHPUnit/Framework/TestCase/IntegrationTestCase.php b/tests/PHPUnit/Framework/TestCase/IntegrationTestCase.php
index 7d9013b3bc..21d8d678a6 100644
--- a/tests/PHPUnit/Framework/TestCase/IntegrationTestCase.php
+++ b/tests/PHPUnit/Framework/TestCase/IntegrationTestCase.php
@@ -92,7 +92,6 @@ abstract class IntegrationTestCase extends SystemTestCase
PiwikCache::getEagerCache()->flushAll();
PiwikCache::getTransientCache()->flushAll();
- MenuAbstract::clearMenus();
Option::clearCache();
}