File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/code/Magento/Reports/Test/Integration/Controller/Adminhtml/Report/Product Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1414 */
1515class ExportSoldCsvTest extends AbstractBackendController
1616{
17- public function testExecute ()
17+ public function testExecute () : void
1818 {
1919 $ this ->dispatch ('backend/reports/report_product/exportSoldCsv ' );
2020 $ this ->assertEquals (302 , $ this ->getResponse ()->getHttpResponseCode ());
Original file line number Diff line number Diff line change 1414 */
1515class ExportSoldExcelTest extends AbstractBackendController
1616{
17- public function testExecute ()
17+ public function testExecute () : void
1818 {
1919 $ this ->dispatch ('backend/reports/report_product/exportSoldExcel ' );
2020 $ this ->assertEquals (302 , $ this ->getResponse ()->getHttpResponseCode ());
You can’t perform that action at this time.
0 commit comments