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-09-30 02:59:09 +0400
committermattab <matthieu.aubry@gmail.com>2014-09-30 02:59:09 +0400
commitbc782f462fb4092082b2a2ae2d4ecabe76c725cd (patch)
treee1330a03ab8b595a7c14781a7f4bdb49acabc05b /tests/PHPUnit/proxy
parentdb0ea72d1e298a5f131b0c287d26c5434a78182c (diff)
Removing disablePurge hack in tests, as this should not be needed anymore
refs #6116
Diffstat (limited to 'tests/PHPUnit/proxy')
-rw-r--r--tests/PHPUnit/proxy/includes.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/PHPUnit/proxy/includes.php b/tests/PHPUnit/proxy/includes.php
index 858ae485d2..b813fd21ad 100644
--- a/tests/PHPUnit/proxy/includes.php
+++ b/tests/PHPUnit/proxy/includes.php
@@ -28,7 +28,3 @@ require_once $vendorDirectory . '/piwik/device-detector/DeviceDetector.php';
\Piwik\SettingsServer::setMaxExecutionTime(0);
-// 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::disablePurgeOutdatedArchives();
-} \ No newline at end of file