Skip to content

Commit fb97022

Browse files
committed
MAGETWO-95643: Import error
1 parent 2d33ca7 commit fb97022

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/ImportExport/Controller/Adminhtml/Import

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/ImportExport/Controller/Adminhtml/Import/ValidateTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class ValidateTest extends \Magento\TestFramework\TestCase\AbstractBackendContro
2525
* @magentoDbIsolation enabled
2626
* @SuppressWarnings(PHPMD.Superglobals)
2727
*/
28-
public function testValidationReturn(string $fileName, string $mimeType, string $message, string $delimiter)
28+
public function testValidationReturn($fileName, $mimeType, $message, $delimiter)
2929
{
3030
$validationStrategy = ProcessingErrorAggregatorInterface::VALIDATION_STRATEGY_STOP_ON_ERROR;
3131

0 commit comments

Comments
 (0)