Skip to content

Commit 04715bb

Browse files
author
Roman Ganin
committed
MAGETWO-35665: Integration test Magento\Reports\Model\Resource\Report\Product\Viewed\CollectionTest::testTableSelection is failed
- removed incorrect case - monthly grouping in yearly-grouped report is incorrect use case
1 parent dbd56db commit 04715bb

File tree

1 file changed

+0
-6
lines changed
  • dev/tests/integration/testsuite/Magento/Reports/Model/Resource/Report/Product/Viewed

1 file changed

+0
-6
lines changed

dev/tests/integration/testsuite/Magento/Reports/Model/Resource/Report/Product/Viewed/CollectionTest.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,6 @@ public function tableForPeriodDataProvider()
119119
'date_from' => $dateYearAgo,
120120
'date_to' => null,
121121
],
122-
[
123-
'period' => 'month',
124-
'table' => 'report_viewed_product_aggregated_yearly',
125-
'date_from' => null,
126-
'date_to' => $dateNow,
127-
],
128122
[
129123
'period' => 'year',
130124
'table' => 'report_viewed_product_aggregated_yearly',

0 commit comments

Comments
 (0)