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 9bc121b commit 51b8e2dCopy full SHA for 51b8e2d
app/code/Magento/CatalogUrlRewrite/Test/Unit/Model/ProductUrlRewriteGeneratorTest.php
@@ -170,7 +170,7 @@ public function testGenerateForDefaultNonVisible()
170
$productMock->expects($this->once())
171
->method('getVisibility')
172
->willReturn(Product\Visibility::VISIBILITY_NOT_VISIBLE);
173
- $productMock->expects($this->exactly(2))
+ $productMock->expects($this->exactly(3))
174
->method('getStoreId')
175
->willReturn($storeId);
176
$productCategoriesMock = $this->getMockBuilder(Collection::class)
0 commit comments