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:
authordiosmosis <benaka@piwik.pro>2014-11-06 22:00:10 +0300
committerdiosmosis <benaka@piwik.pro>2014-11-07 04:49:22 +0300
commitc1264ec0476fc2e88c29d052e2018990458f814d (patch)
tree148a599c6c1400df960a72fc1254f14e5f546582 /tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_API_get__API.get_day.xml
parentd4e0c79caef3ca17dbad7890a52af9a000f07ee9 (diff)
Moved processed metrics computation to DataTableGenericFilter, removed new filters & implemented as methods in Report to avoid confusion regarding re-use, allow adding processed metrics as DataTable metadata and use this to rewrite AddProcessedMetrics filter, correct name of Metrics::getMappingFromIdToName function, added placeholder AggregatedMetric class for future, revise Metric/ProcessedMetric hierarchy (add methods for translation/etc.), allow .get API methods to use metadata to automatically figure out which columns to select, get EcommerceOrderWithItemsTest to pass.
Diffstat (limited to 'tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_API_get__API.get_day.xml')
-rw-r--r--tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_API_get__API.get_day.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_API_get__API.get_day.xml b/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_API_get__API.get_day.xml
index 81ecc67c50..ebf215db8e 100644
--- a/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_API_get__API.get_day.xml
+++ b/tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_API_get__API.get_day.xml
@@ -2,6 +2,6 @@
<result>
<nb_visits>3</nb_visits>
<nb_visits_converted>2</nb_visits_converted>
- <avg_time_on_site>1801</avg_time_on_site>
<nb_pageviews>13</nb_pageviews>
+ <avg_time_on_site>1801</avg_time_on_site>
</result> \ No newline at end of file