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 'plugins/Live/tests/System')
-rw-r--r--plugins/Live/tests/System/ApiCounterTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Live/tests/System/ApiCounterTest.php b/plugins/Live/tests/System/ApiCounterTest.php
index 47b2e24623..ef507f1781 100644
--- a/plugins/Live/tests/System/ApiCounterTest.php
+++ b/plugins/Live/tests/System/ApiCounterTest.php
@@ -159,7 +159,7 @@ class ApiCounterTest extends SystemTestCase
$t->doTrackGoal(2);
}
- $t->doBulkTrack();
+ Fixture::checkBulkTrackingResponse($t->doBulkTrack());
}
private function buildCounter($visits, $actions, $visitors, $visitsConverted)