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/Annotations/tests/System/AnnotationsTest.php')
-rw-r--r--plugins/Annotations/tests/System/AnnotationsTest.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/Annotations/tests/System/AnnotationsTest.php b/plugins/Annotations/tests/System/AnnotationsTest.php
index d385d33426..ef0a477e89 100644
--- a/plugins/Annotations/tests/System/AnnotationsTest.php
+++ b/plugins/Annotations/tests/System/AnnotationsTest.php
@@ -52,6 +52,10 @@ class AnnotationsTest extends SystemTestCase
'otherRequestParameters' => array('lastN' => 6),
'testSuffix' => '_lastN')),
array('Annotations.getAll', array('idSite' => $idSite1,
+ 'date' => '2012-01-26,2012-03-01',
+ 'periods' => array('week'),
+ 'testSuffix' => '_multiplePeriod')),
+ array('Annotations.getAll', array('idSite' => $idSite1,
'date' => '2012-01-15,2012-02-15',
'periods' => array('range'),
'otherRequestParameters' => array('lastN' => 6),