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 20:45:05 +0400
committersgiehl <stefan@piwik.org>2014-10-24 20:45:05 +0400
commitf6fa63fec64247beab0db4fde96c2632d6f7d9f9 (patch)
treed6f7ad18401431b3f3a216ca875738c2660ab209 /tests/PHPUnit/System/RowEvolutionTest.php
parent6f38b1a9434fd14e47a49a737b56e91b6bbbc7a0 (diff)
fixing rowevolution test
Diffstat (limited to 'tests/PHPUnit/System/RowEvolutionTest.php')
-rwxr-xr-xtests/PHPUnit/System/RowEvolutionTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/PHPUnit/System/RowEvolutionTest.php b/tests/PHPUnit/System/RowEvolutionTest.php
index 7937e99964..efdf021061 100755
--- a/tests/PHPUnit/System/RowEvolutionTest.php
+++ b/tests/PHPUnit/System/RowEvolutionTest.php
@@ -178,8 +178,8 @@ class RowEvolutionTest extends SystemTestCase
'otherRequestParameters' => array(
'date' => '2010-03-01,2010-03-06',
'period' => 'month',
- 'apiModule' => 'UserSettings',
- 'apiAction' => 'getMobileVsDesktop',
+ 'apiModule' => 'DevicesDetection',
+ 'apiAction' => 'getType',
'label' => 'Desktop,Mobile'
)
));