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 6f556ff commit 915be6eCopy full SHA for 915be6e
app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Category/Collection/UrlRewriteTest.php
@@ -17,7 +17,7 @@ protected function setUp()
17
{
18
$this->_model = $this->getMockBuilder(\Magento\Catalog\Model\ResourceModel\Category\Collection::class)
19
->disableOriginalConstructor()
20
- ->setMethodsExcept(['joinUrlRewrite', 'setStoreId', 'getStoreId'])
+ ->setMethods(['joinTable'])
21
->getMock();
22
}
23
0 commit comments