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:
Diffstat (limited to 'plugins/CoreConsole/tests/System/ArchiveCronTest.php')
-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 a40218b669..9cfd47fabb 100644
--- a/plugins/CoreConsole/tests/System/ArchiveCronTest.php
+++ b/plugins/CoreConsole/tests/System/ArchiveCronTest.php
@@ -142,7 +142,7 @@ class ArchiveCronTest extends SystemTestCase
$output = implode("\n", $output);
$this->assertRegExp('/Usage:\s*core:archive/', $output);
- $this->assertNotContains("Starting Piwik reports archiving...", $output);
+ self::assertStringNotContainsString("Starting Piwik reports archiving...", $output);
}
private function setLastRunArchiveOptions()