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 14
14
*/
15
15
class ExportSoldCsvTest extends AbstractBackendController
16
16
{
17
- public function testExecute ()
17
+ public function testExecute () : void
18
18
{
19
19
$ this ->dispatch ('backend/reports/report_product/exportSoldCsv ' );
20
20
$ this ->assertEquals (302 , $ this ->getResponse ()->getHttpResponseCode ());
Original file line number Diff line number Diff line change 14
14
*/
15
15
class ExportSoldExcelTest extends AbstractBackendController
16
16
{
17
- public function testExecute ()
17
+ public function testExecute () : void
18
18
{
19
19
$ this ->dispatch ('backend/reports/report_product/exportSoldExcel ' );
20
20
$ this ->assertEquals (302 , $ this ->getResponse ()->getHttpResponseCode ());
You can’t perform that action at this time.
0 commit comments