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:
authormattab <matthieu.aubry@gmail.com>2014-12-17 06:18:26 +0300
committermattab <matthieu.aubry@gmail.com>2014-12-17 06:18:26 +0300
commit2ad52a506030d314a9113c7fcbd156029367b6af (patch)
tree98f85297a5e488f318cce8c7a8d3df39a30889fd /tests
parentb45e693a0844149d115f402f474ca68336a6a89d (diff)
Use the new PiwikCache::getTransientCache() to store the values instead of using the static array - these are called 50 K times or more when only 100 websites when rendering a scheduled report
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) {