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:
authordiosmosis <diosmosis@users.noreply.github.com>2019-01-04 09:15:18 +0300
committerGitHub <noreply@github.com>2019-01-04 09:15:18 +0300
commit8e499448926af8870aa6f011128ba4031e4cfcb8 (patch)
treef004da78c7821e2e8a2168cb3d974226bdc6b598 /plugins/CoreConsole
parent9356a2d27a7245902727081f9616b3c7065882f8 (diff)
fix another build (#13930)
* Attempt to fix tests. * Try to fix another test. * Update some expected files. * Fix unit test. * Updating screenshots.
Diffstat (limited to 'plugins/CoreConsole')
-rw-r--r--plugins/CoreConsole/tests/System/ArchiveCronTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreConsole/tests/System/ArchiveCronTest.php b/plugins/CoreConsole/tests/System/ArchiveCronTest.php
index ae761d5f37..540842da21 100644
--- a/plugins/CoreConsole/tests/System/ArchiveCronTest.php
+++ b/plugins/CoreConsole/tests/System/ArchiveCronTest.php
@@ -139,7 +139,7 @@ class ArchiveCronTest extends SystemTestCase
$urlToProxy = Fixture::getRootUrl() . 'tests/PHPUnit/proxy/index.php';
// create the command
- $cmd = "php \"$archivePhpScript\" --url=\"$urlToProxy\"";
+ $cmd = "php \"$archivePhpScript\" --url=\"$urlToProxy\" --force-date-last-n=10";
foreach ($options as $name => $value) {
$cmd .= " $name";
if ($value !== null) {