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>2014-07-01 12:02:32 +0400
committermattab <matthieu.aubry@gmail.com>2014-07-01 12:02:32 +0400
commit1b3c6cf162c4e07395b082c5de22c155d6df2b27 (patch)
tree92c3f177386cda7edc5f31452762722123ae59a2 /tests/PHPUnit/proxy
parent47f6294dc236baa99393afc63292a17e101419ec (diff)
Small refactor, replace static variable with two static methods
Diffstat (limited to 'tests/PHPUnit/proxy')
-rw-r--r--tests/PHPUnit/proxy/includes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/proxy/includes.php b/tests/PHPUnit/proxy/includes.php
index 2ecb204244..ab272378c9 100644
--- a/tests/PHPUnit/proxy/includes.php
+++ b/tests/PHPUnit/proxy/includes.php
@@ -23,5 +23,5 @@ require_once PIWIK_INCLUDE_PATH . '/tests/PHPUnit/TestingEnvironment.php';
// Make sure Data processed in cron core:archive command is not being purged instantly (useful for: Integration/ArchiveCronTest)
if(\Piwik\SettingsServer::isArchivePhpTriggered()) {
- \Piwik\ArchiveProcessor\Rules::$purgeDisabledByTests = true;
+ \Piwik\ArchiveProcessor\Rules::disablePurgeOutdatedArchives();
} \ No newline at end of file