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:
authorThomas Steur <thomas.steur@gmail.com>2015-03-06 06:16:11 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-03-06 06:16:11 +0300
commitb38f88507979a8308a09864172bbdaa3fe8310f4 (patch)
tree365ccc36e008439f3af57ec4619099d4cdc8900e /tests/PHPUnit/System/BackwardsCompatibility1XTest.php
parent80a3d803e71c5431d33fd759e8b12cd3948f1c8e (diff)
added a BC test for subtables
Diffstat (limited to 'tests/PHPUnit/System/BackwardsCompatibility1XTest.php')
-rw-r--r--tests/PHPUnit/System/BackwardsCompatibility1XTest.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/PHPUnit/System/BackwardsCompatibility1XTest.php b/tests/PHPUnit/System/BackwardsCompatibility1XTest.php
index d9cf26cf42..42d247f924 100644
--- a/tests/PHPUnit/System/BackwardsCompatibility1XTest.php
+++ b/tests/PHPUnit/System/BackwardsCompatibility1XTest.php
@@ -156,6 +156,11 @@ class BackwardsCompatibility1XTest extends SystemTestCase
'testSuffix' => '_flat',
'periods' => array('range'), 'disableArchiving' => true)),
+ array('Actions.getPageUrls', array('idSite' => $idSite, 'date' => '2012-03-06',
+ 'otherRequestParameters' => array('idSubtable' => '30'),
+ 'testSuffix' => '_subtable',
+ 'periods' => array('day'), 'disableArchiving' => true)),
+
array('VisitFrequency.get', array('idSite' => $idSite, 'date' => '2012-03-03,2012-12-12', 'periods' => array('month'),
'testSuffix' => '_multipleOldNew', 'disableArchiving' => true)),
array($reportsToCompareSeparately, $defaultOptions),