Skip to content

Commit c8c4437

Browse files
committed
MAGETWO-64465: Investigate and fix post-refactoring issues
- fixed code style
1 parent 4da4260 commit c8c4437

File tree

1 file changed

+3
-2
lines changed
  • app/code/Magento/Catalog/Test/Unit/Model/Product/Option/Type

1 file changed

+3
-2
lines changed

app/code/Magento/Catalog/Test/Unit/Model/Product/Option/Type/FileTest.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,9 @@ public function testGetFormattedOptionValueInvalid()
263263

264264
public function testGetEditableOptionValue()
265265
{
266-
$configurationItemOption = $this->getMockBuilder(\Magento\Catalog\Model\Product\Configuration\Item\Option\OptionInterface::class)
267-
->disableOriginalConstructor()
266+
$configurationItemOption = $this->getMockBuilder(
267+
\Magento\Catalog\Model\Product\Configuration\Item\Option\OptionInterface::class
268+
)->disableOriginalConstructor()
268269
->setMethods(['getId', 'getValue'])
269270
->getMock();
270271
$configurationItemOption->expects($this->once())

0 commit comments

Comments
 (0)