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 9687ccf commit fa628edCopy full SHA for fa628ed
app/code/Magento/CatalogSearch/Test/Unit/Model/Indexer/Plugin/StockedProductsFilterPluginTest.php
@@ -104,10 +104,7 @@ public function testBeforePrepareProductIndex(): void
104
$stockStatusCollectionMock
105
->expects($this->once())
106
->method('getItems')
107
- ->willReturn([
108
- 1 => $stockStatusMock,
109
- 2 => $stockStatusMock,
110
- ]);
+ ->willReturn([1 => $stockStatusMock, 2 => $stockStatusMock]);
111
$this->stockStatusRepositoryMock
112
113
->method('getList')
0 commit comments