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 86706b1 commit 54d2e31Copy full SHA for 54d2e31
app/code/Magento/ConfigurableProduct/Test/Unit/Model/LinkManagementTest.php
@@ -152,9 +152,13 @@ public function testAddChild()
152
153
$extensionAttributesMock = $this->getMockBuilder(\Magento\Catalog\Api\Data\ProductExtension::class)
154
->disableOriginalConstructor()
155
- ->setMethods([
156
- 'getConfigurableProductOptions', 'setConfigurableProductOptions', 'setConfigurableProductLinks'
157
- ])
+ ->setMethods(
+ [
+ 'getConfigurableProductOptions',
158
+ 'setConfigurableProductOptions',
159
+ 'setConfigurableProductLinks'
160
+ ]
161
+ )
162
->getMock();
163
$optionMock = $this->getMockBuilder(\Magento\ConfigurableProduct\Api\Data\Option::class)
164
0 commit comments