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 16853d9 commit 88a4495Copy full SHA for 88a4495
app/code/Magento/Catalog/Test/Unit/Plugin/Block/TopmenuTest.php
@@ -87,7 +87,7 @@ protected function setUp()
87
\Magento\Catalog\Model\ResourceModel\Category\Collection::class
88
);
89
$this->categoryCollectionFactoryMock = $this->createPartialMock(
90
- \Magento\Catalog\Model\ResourceModel\Category\CollectionFactory::class,
+ \Magento\Catalog\Model\ResourceModel\Category\StateDependentCollectionFactory::class,
91
['create']
92
93
0 commit comments