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 b46c1d5 commit 0b399cdCopy full SHA for 0b399cd
app/code/Magento/ImportExport/Test/Unit/Controller/Adminhtml/Import/ValidateTest.php
@@ -327,6 +327,10 @@ public function testFileVerifiedWithImport()
327
->method('getErrorsCount')
328
->willReturn(2);
329
330
+ $errorAggregatorMock->expects($this->once())
331
+ ->method('getAllErrors')
332
+ ->willReturn($errorAggregatorMock);
333
+
334
$this->resultFactoryMock->expects($this->any())
335
->method('create')
336
->with(ResultFactory::TYPE_LAYOUT)
0 commit comments