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 072a3fe commit b8c6634Copy full SHA for b8c6634
app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Product/CollectionTest.php
@@ -311,7 +311,6 @@ public function testAddMediaGalleryData()
311
$this->metadataPoolMock->expects($this->once())->method('getMetadata')->willReturn($metadataMock);
312
$metadataMock->expects($this->once())->method('getLinkField')->willReturn($linkField);
313
314
- $this->connectionMock->expects($this->once())->method('fetchOne')->with($selectMock)->willReturn(42);
315
$this->connectionMock->expects($this->once())->method('fetchAll')->with($selectMock)->willReturn(
316
[['row_id' => $rowId]]
317
);
0 commit comments