We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cc2343 commit e7f4524Copy full SHA for e7f4524
app/code/Magento/CatalogImportExport/Test/Unit/Model/Import/UploaderTest.php
@@ -179,13 +179,13 @@ public function moveFileUrlDataProvider()
179
'$fileUrl' => 'http://test_uploader_file',
180
'$expectedHost' => 'test_uploader_file',
181
'$expectedFileName' => 'httptest_uploader_file',
182
- '$checkAllowedExtension' => 0
+ '$checkAllowedExtension' => 0,
183
],
184
[
185
'$fileUrl' => 'https://!:^&`;file',
186
'$expectedHost' => '!:^&`;file',
187
'$expectedFileName' => 'httpsfile',
188
189
190
];
191
}
0 commit comments