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-05-12 03:13:23 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-12 03:13:23 +0400
commitc866f47f5e7b9f872db969324786f0b28e7750d7 (patch)
treec75df7c8260eefb46f4981d1fee8f8937ec233e8 /tests/PHPUnit/proxy
parent97402e918b0af08396d80a33458d8b421332dff7 (diff)
Do not mention archive.php in the sourcecode, instead mention `./console core:archive` command
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 a2d80f6e06..0ffce4642b 100644
--- a/tests/PHPUnit/proxy/includes.php
+++ b/tests/PHPUnit/proxy/includes.php
@@ -17,7 +17,7 @@ require_once PIWIK_INCLUDE_PATH . '/tests/PHPUnit/TestingEnvironment.php';
\Piwik\SettingsServer::setMaxExecutionTime(0);
-// Make sure Data processed in archive.php is not being purged instantly (useful for: Integration/ArchiveCronTest)
+// 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;
} \ No newline at end of file