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:
authormattab <matthieu.aubry@gmail.com>2015-09-11 05:11:06 +0300
committermattab <matthieu.aubry@gmail.com>2015-09-11 05:11:06 +0300
commitbf10a1dc1083c77ccec6c50d84b3f7511a598666 (patch)
tree937a19af05534a89dc254bd79df3fb41c6b46593 /tests/PHPUnit/System/EcommerceOrderWithItemsTest.php
parent09db98e584780ea2931a36911b2e47c5870122e1 (diff)
Segment: JOIN conversions to (visits or actions) using idvisit, instead of idlink_va
Diffstat (limited to 'tests/PHPUnit/System/EcommerceOrderWithItemsTest.php')
-rwxr-xr-xtests/PHPUnit/System/EcommerceOrderWithItemsTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/System/EcommerceOrderWithItemsTest.php b/tests/PHPUnit/System/EcommerceOrderWithItemsTest.php
index 1b3d340e48..36939efaf2 100755
--- a/tests/PHPUnit/System/EcommerceOrderWithItemsTest.php
+++ b/tests/PHPUnit/System/EcommerceOrderWithItemsTest.php
@@ -57,7 +57,7 @@ class EcommerceOrderWithItemsTest extends SystemTestCase
);
// Normal standard goal
- $apiWithSegments_visitConvertedGoal = array_merge($apiWithSegments , array('Goals.get', 'VisitsSummary.get'));
+ $apiWithSegments_visitConvertedGoal = array_merge($apiWithSegments , array('VisitsSummary.get'));
return array_merge(array(
// Segment: This will match the first visit of the fixture only