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 ecda1b7 commit b926974Copy full SHA for b926974
app/code/Magento/ImportExport/Test/Unit/Controller/Adminhtml/Import/ValidateTest.php
@@ -295,10 +295,10 @@ public function testFileVerifiedWithImport()
295
->willReturn($this->importMock);
296
$this->importMock->expects($this->once())
297
->method('uploadFileAndGetSource')
298
- ->willReturn($this->abstractSourceMock );
+ ->willReturn($this->abstractSourceMock);
299
300
->method('validateSource')
301
- ->with($this->abstractSourceMock )
+ ->with($this->abstractSourceMock)
302
->willReturn(true);
303
304
$resultBlock->expects($this->once())
0 commit comments