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 0790081 commit 4c46598Copy full SHA for 4c46598
app/code/Magento/CatalogInventory/Test/Unit/Model/Spi/StockRegistryProviderTest.php
@@ -253,7 +253,6 @@ public function testGetStock()
253
public function testGetStockItem()
254
{
255
$this->stockItemCriteriaFactory->expects($this->once())->method('create')->willReturn($this->stockItemCriteria);
256
- //$this->stockItemCriteria->expects($this->once())->method('setWebsiteFilter')->willReturn(null);
257
$this->stockItemCriteria->expects($this->once())->method('setProductsFilter')->willReturn(null);
258
$stockItemCollection = $this->getMock(
259
'\Magento\CatalogInventory\Model\ResourceModel\Stock\Item\Collection',
0 commit comments