Skip to content

Commit 4661f62

Browse files
author
OlgaVasyltsun
committed
MC-18100: Changes in Downloadable product upload controller
1 parent 8a309e8 commit 4661f62

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Downloadable/Controller/Adminhtml/Downloadable/File

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Downloadable/Controller/Adminhtml/Downloadable/File/UploadTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ protected function setUp()
3535
* @dataProvider uploadWrongUploadTypeDataProvider
3636
* @return void
3737
*/
38-
public function testUploadWrongUploadType($postData): void
38+
public function testUploadWrongUploadType($postData)
3939
{
4040
$this->getRequest()->setPostValue($postData);
4141
$this->getRequest()->setMethod('POST');

0 commit comments

Comments
 (0)