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/misc
diff options
context:
space:
mode:
authordiosmosis <benaka@piwik.pro>2015-05-08 10:39:42 +0300
committerdiosmosis <benaka@piwik.pro>2015-05-10 08:49:58 +0300
commit4d52397a8bc30fb3a4374200ae898fdfa0e5a3b8 (patch)
treeb183c6c71359133c263f3746aeda7af16dd26333 /misc
parenteb0751f31d746f28e148fbfdaab373af2df55e50 (diff)
Remove another TODO about testing CoreAdminHome.runCronArchiving. archive.php is still required, so we'll just test that.
Diffstat (limited to 'misc')
-rw-r--r--misc/cron/archive.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/cron/archive.php b/misc/cron/archive.php
index 1ae9ca6104..6f903cdd91 100644
--- a/misc/cron/archive.php
+++ b/misc/cron/archive.php
@@ -44,7 +44,6 @@ try 'php archive.php --url=http://your.piwik/path'
}
// TODO: manual test against php-cgi + ArchiveWebTest
// => test w/ token auth & w/o token auth
-// TODO: add test for CoreAdminHome.runCronArchiving in ArchiveWebTest (or replace existing?)
if (Piwik\Common::isPhpCliMode()) {
$console = new Piwik\Console();