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:
authormattab <matthieu.aubry@gmail.com>2015-10-02 00:15:23 +0300
committermattab <matthieu.aubry@gmail.com>2015-10-02 00:15:23 +0300
commit47505694365a565d1a052124351dacb535f23b3f (patch)
treeceb32eeaa627f0bce63d69bceab293d91c85a01e /tests/PHPUnit/Framework/Fixture.php
parent04627a4cfa525646f030c8e1395912d39d6d4d09 (diff)
Flush lazy cache in fixture
Diffstat (limited to 'tests/PHPUnit/Framework/Fixture.php')
-rw-r--r--tests/PHPUnit/Framework/Fixture.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/PHPUnit/Framework/Fixture.php b/tests/PHPUnit/Framework/Fixture.php
index 59805ab042..acd2f5c9f4 100644
--- a/tests/PHPUnit/Framework/Fixture.php
+++ b/tests/PHPUnit/Framework/Fixture.php
@@ -350,6 +350,7 @@ class Fixture extends \PHPUnit_Framework_Assert
Cache::deleteTrackerCache();
PiwikCache::getTransientCache()->flushAll();
PiwikCache::getEagerCache()->flushAll();
+ PiwikCache::getLazyCache()->flushAll();
ArchiveTableCreator::clear();
\Piwik\Plugins\ScheduledReports\API::$cache = array();
Singleton::clearAll();