Skip to content

Commit 29331c4

Browse files
committed
ACP2E-3431: Products Ordered report is not exporting. 404 error instead.
1 parent 64a59bb commit 29331c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Reports/Test/Integration/Controller/Adminhtml/Report/Product/ExportSoldCsvTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515
class 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());

app/code/Magento/Reports/Test/Integration/Controller/Adminhtml/Report/Product/ExportSoldExcelTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515
class 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());

0 commit comments

Comments
 (0)