We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e589aa + 48e9331 commit b20ef1cCopy full SHA for b20ef1c
dev/tests/integration/testsuite/Magento/Reports/Model/Resource/Report/Product/Viewed/CollectionTest.php
@@ -119,12 +119,6 @@ public function tableForPeriodDataProvider()
119
'date_from' => $dateYearAgo,
120
'date_to' => null,
121
],
122
- [
123
- 'period' => 'month',
124
- 'table' => 'report_viewed_product_aggregated_yearly',
125
- 'date_from' => null,
126
- 'date_to' => $dateNow,
127
- ],
128
[
129
'period' => 'year',
130
'table' => 'report_viewed_product_aggregated_yearly',
0 commit comments