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 4da4260 commit c8c4437Copy full SHA for c8c4437
app/code/Magento/Catalog/Test/Unit/Model/Product/Option/Type/FileTest.php
@@ -263,8 +263,9 @@ public function testGetFormattedOptionValueInvalid()
263
264
public function testGetEditableOptionValue()
265
{
266
- $configurationItemOption = $this->getMockBuilder(\Magento\Catalog\Model\Product\Configuration\Item\Option\OptionInterface::class)
267
- ->disableOriginalConstructor()
+ $configurationItemOption = $this->getMockBuilder(
+ \Magento\Catalog\Model\Product\Configuration\Item\Option\OptionInterface::class
268
+ )->disableOriginalConstructor()
269
->setMethods(['getId', 'getValue'])
270
->getMock();
271
$configurationItemOption->expects($this->once())
0 commit comments