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 <benaka@piwik.pro>2014-11-09 09:12:47 +0300
committerdiosmosis <benaka@piwik.pro>2014-11-09 09:12:47 +0300
commitccfc07ee093025d85cfc7f1a39ce57021dc7554a (patch)
tree59745ddf5db908cb10b3783bcf4b0f92e9d96be8 /tests/PHPUnit/System/TwoVisitorsTwoWebsitesDifferentDaysConversionsTest.php
parent773f85166aefd8a056f6ef931a5a2507b99b35bd (diff)
Fixing most of the tests.
Diffstat (limited to 'tests/PHPUnit/System/TwoVisitorsTwoWebsitesDifferentDaysConversionsTest.php')
-rwxr-xr-xtests/PHPUnit/System/TwoVisitorsTwoWebsitesDifferentDaysConversionsTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/System/TwoVisitorsTwoWebsitesDifferentDaysConversionsTest.php b/tests/PHPUnit/System/TwoVisitorsTwoWebsitesDifferentDaysConversionsTest.php
index cc7b96e425..3930f833ff 100755
--- a/tests/PHPUnit/System/TwoVisitorsTwoWebsitesDifferentDaysConversionsTest.php
+++ b/tests/PHPUnit/System/TwoVisitorsTwoWebsitesDifferentDaysConversionsTest.php
@@ -125,7 +125,7 @@ class TwoVisitorsTwoWebsitesDifferentDaysConversionsTest extends SystemTestCase
$idSite1 = self::$fixture->idSite1;
$archive = Archive::build($idSite1, 'range', $dateTimeRange);
- $result = $archive->getDataTableFromNumeric($columns);
+ $result = $archive->getNumeric($columns);
$this->assertEquals(
array(
'nb_visits' => 4,