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:
Diffstat (limited to 'tests/PHPUnit/Integration/ReportTest.php')
-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 389730e379..a8dd543478 100644
--- a/tests/PHPUnit/Integration/ReportTest.php
+++ b/tests/PHPUnit/Integration/ReportTest.php
@@ -375,7 +375,8 @@ class ReportTest extends IntegrationTestCase
'module' => 'API',
'method' => 'ExampleReport.getExampleReport',
'format_metrics' => 'bc',
- 'serialize' => '0'
+ 'serialize' => '0',
+ 'compare' => '0',
)
)->willReturn("result");
StaticContainer::getContainer()->set(Proxy::class, $proxyMock);
@@ -399,7 +400,8 @@ class ReportTest extends IntegrationTestCase
'module' => 'API',
'method' => 'Referrers.getSearchEnginesFromKeywordId',
'format_metrics' => 'bc',
- 'serialize' => '0'
+ 'serialize' => '0',
+ 'compare' => '0',
)
)->willReturn("result");
StaticContainer::getContainer()->set(Proxy::class, $proxyMock);