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:
authorMatthieu Aubry <matt@piwik.org>2014-12-17 06:40:11 +0300
committerMatthieu Aubry <matt@piwik.org>2014-12-17 06:40:11 +0300
commit0ca1479b57d2320468ff70fb3f1e7b7cb4177518 (patch)
treeeb481bfec3da927599bbc3801fc37b51b0badb43 /tests
parent579911e258528cfcea5c5fbaa78e2f285f6254ff (diff)
parent2ad52a506030d314a9113c7fcbd156029367b6af (diff)
Merge pull request #6867 from piwik/use_transientcache_once
Use transientcache once
Diffstat (limited to 'tests')
-rw-r--r--tests/PHPUnit/Framework/Fixture.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/PHPUnit/Framework/Fixture.php b/tests/PHPUnit/Framework/Fixture.php
index 4f7aac46fb..7435bcae47 100644
--- a/tests/PHPUnit/Framework/Fixture.php
+++ b/tests/PHPUnit/Framework/Fixture.php
@@ -223,7 +223,6 @@ class Fixture extends \PHPUnit_Framework_Assert
FakeAccess::$superUserLogin = 'superUserLogin';
- SettingsPiwik::$cachedKnownSegmentsToArchive = null;
File::$invalidateOpCacheBeforeRead = true;
if ($this->configureComponents) {