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
path: root/tests
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2015-12-01 07:33:53 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-12-01 22:11:00 +0300
commit1c672234176c77ed7a8771e23d5177e9b7009566 (patch)
tree8c6b2a376824df26728188b96f4b4b202f4d77d0 /tests
parentbf377e2c74f606682ddcfdb62d970dc28b625c0c (diff)
Do not serialize API request otherwise
Diffstat (limited to 'tests')
-rw-r--r--tests/PHPUnit/Integration/ReportTest.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/PHPUnit/Integration/ReportTest.php b/tests/PHPUnit/Integration/ReportTest.php
index 8e535be0f2..b71246d36c 100644
--- a/tests/PHPUnit/Integration/ReportTest.php
+++ b/tests/PHPUnit/Integration/ReportTest.php
@@ -474,7 +474,8 @@ class ReportTest extends IntegrationTestCase
'format' => 'original',
'module' => 'API',
'method' => 'ExampleReport.getExampleReport',
- 'format_metrics' => 'bc'
+ 'format_metrics' => 'bc',
+ 'serialize' => '0'
)
)->willReturn("result");
Proxy::setSingletonInstance($proxyMock);
@@ -497,7 +498,8 @@ class ReportTest extends IntegrationTestCase
'format' => 'original',
'module' => 'API',
'method' => 'Referrers.getSearchEnginesFromKeywordId',
- 'format_metrics' => 'bc'
+ 'format_metrics' => 'bc',
+ 'serialize' => '0'
)
)->willReturn("result");
Proxy::setSingletonInstance($proxyMock);