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 3051ff6 commit 689a0b9Copy full SHA for 689a0b9
app/code/Magento/ConfigurableProduct/Test/Unit/Model/Product/Type/ConfigurableTest.php
@@ -266,10 +266,12 @@ public function testSave()
266
->with('_cache_instance_used_product_attribute_ids')
267
->willReturn(true);
268
$extensionAttributes = $this->getMockBuilder(ProductExtensionInterface::class)
269
- ->setMethods([
270
- 'getConfigurableProductOptions',
271
- 'getConfigurableProductLinks'
272
- ])
+ ->setMethods(
+ [
+ 'getConfigurableProductOptions',
+ 'getConfigurableProductLinks'
273
+ ]
274
+ )
275
->getMockForAbstractClass();
276
$this->entityMetadata->expects($this->any())
277
->method('getLinkField')
0 commit comments