File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
dev/tests/integration/testsuite/Magento/Reports/Model/Resource/Report/Product/Viewed
lib/internal/Magento/Framework/App Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ public function tableForPeriodDataProvider()
121
121
],
122
122
[
123
123
'period ' => 'month ' ,
124
- 'table ' => 'report_viewed_product_aggregated_yearly ' ,
124
+ 'table ' => 'report_viewed_product_aggregated_monthly ' ,
125
125
'date_from ' => null ,
126
126
'date_to ' => $ dateNow ,
127
127
],
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ public function getResponse()
56
56
}
57
57
58
58
/**
59
- * Redirect user to the previous or main page
59
+ * Create redirect object, which can be used to redirect user to previous or main page
60
60
*
61
61
* @return \Magento\Framework\Controller\ResultInterface
62
62
*/
Original file line number Diff line number Diff line change @@ -38,6 +38,9 @@ public function getResponse();
38
38
/**
39
39
* Get default result object
40
40
*
41
+ * Method is invoked to return default result of action execution within controllers.
42
+ * Can be used to generate ‘execute’ method result in action controllers.
43
+ *
41
44
* @return \Magento\Framework\Controller\ResultInterface
42
45
*/
43
46
public function getDefaultResult ();
You can’t perform that action at this time.
0 commit comments