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>2014-10-24 00:59:08 +0400
committersgiehl <stefan@piwik.org>2014-10-24 00:59:08 +0400
commit653bf01db7bfee38249b3bc86f13f29f5de3e298 (patch)
treece1af143db8ec9f7c18ecbd78f0998927fbe4cd6 /tests/PHPUnit/System/OneVisitorTwoVisitsWithCookieSupportTest.php
parentd62c15ede51dcb3a0002b47ff0d16fc095de77e8 (diff)
enabled DevicesDetection plugin for OneVisitorTwoVisits_withCookieSupport tests; updated expected test files
Diffstat (limited to 'tests/PHPUnit/System/OneVisitorTwoVisitsWithCookieSupportTest.php')
-rwxr-xr-xtests/PHPUnit/System/OneVisitorTwoVisitsWithCookieSupportTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/System/OneVisitorTwoVisitsWithCookieSupportTest.php b/tests/PHPUnit/System/OneVisitorTwoVisitsWithCookieSupportTest.php
index 82ce3d5e23..1122a59c90 100755
--- a/tests/PHPUnit/System/OneVisitorTwoVisitsWithCookieSupportTest.php
+++ b/tests/PHPUnit/System/OneVisitorTwoVisitsWithCookieSupportTest.php
@@ -33,7 +33,7 @@ class OneVisitorTwoVisitsWithCookieSupportTest extends SystemTestCase
public function getApiForTesting()
{
$apiToCall = array(
- 'VisitTime', 'VisitsSummary', 'VisitorInterest', 'VisitFrequency', 'UserSettings',
+ 'VisitTime', 'VisitsSummary', 'VisitorInterest', 'VisitFrequency', 'UserSettings', 'DevicesDetection',
'UserCountry', 'Referrers', 'Provider', 'Goals', 'CustomVariables', 'CoreAdminHome',
'Actions', 'Live.getLastVisitsDetails');