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:
authorsgiehl <stefan@piwik.org>2017-01-08 14:52:20 +0300
committersgiehl <stefan@piwik.org>2017-01-08 20:39:28 +0300
commitf4f7b767a0ccfc0dea38f1310beafa200a983896 (patch)
tree43e145319d83a3c9d5d0b8c3a7feb6bcc4ed897b /tests/PHPUnit
parentd0dba57facf099b75a9bdf972e0bd45a0f29145e (diff)
renames method and updates doc
Diffstat (limited to 'tests/PHPUnit')
-rw-r--r--tests/PHPUnit/Integration/ArchiveWithNoVisitsTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/Integration/ArchiveWithNoVisitsTest.php b/tests/PHPUnit/Integration/ArchiveWithNoVisitsTest.php
index e0f9157de0..8f541e2d5d 100644
--- a/tests/PHPUnit/Integration/ArchiveWithNoVisitsTest.php
+++ b/tests/PHPUnit/Integration/ArchiveWithNoVisitsTest.php
@@ -32,7 +32,7 @@ class ArchiveWithNoVisitsTest_MockArchiver extends Archiver
self::$methodsCalled[] = 'aggregateMultipleReports';
}
- public static function shouldRunWithoutVisits()
+ public static function shouldRunEvenWhenNoVisits()
{
return self::$runWithoutVisits;
}