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 b0eea2e commit e5963a6Copy full SHA for e5963a6
app/code/Magento/Catalog/Test/Unit/Model/Product/Gallery/GalleryManagementTest.php
@@ -200,6 +200,7 @@ public function testUpdate()
200
$this->productMock->expects($this->once())->method('getMediaGalleryEntries')
201
->willReturn([$existingEntryMock]);
202
$entryMock->expects($this->once())->method('getId')->willReturn($entryId);
203
+ $entryMock->expects($this->once())->method('getFile')->willReturn("base64");
204
$entryMock->expects($this->once())->method('setId')->with(null);
205
206
$this->productMock->expects($this->once())->method('setMediaGalleryEntries')
0 commit comments