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 79fe484 commit a9c3691Copy full SHA for a9c3691
app/code/Magento/CatalogSearch/Test/Unit/Model/Indexer/FulltextTest.php
@@ -144,7 +144,7 @@ private function setupDataProvider($stores)
144
$dimension = $this->getMockBuilder(Dimension::class)
145
->disableOriginalConstructor()
146
->getMock();
147
- $dimension->expects($this->once())
+ $dimension->expects($this->any())
148
->method('getValue')
149
->willReturn($storeId);
150
0 commit comments