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 a98a4ab commit aa3eb60Copy full SHA for aa3eb60
app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Product/Initialization/HelperTest.php
@@ -151,7 +151,7 @@ protected function setUp(): void
151
->disableOriginalConstructor()
152
->getMockForAbstractClass();
153
$productExtensionAttributes = $this->getMockBuilder(ProductExtensionInterface::class)
154
- ->onlyMethods(['getCategoryLinks', 'setCategoryLinks'])
+ ->addMethods(['getCategoryLinks', 'setCategoryLinks'])
155
156
$this->productMock->setExtensionAttributes($productExtensionAttributes);
157
0 commit comments