Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 175ebc0

Browse files
author
ashutosh
committed
fixed phpcs issue: Line exceeds maximum limit of 120 characters; contains 121
1 parent 1638891 commit 175ebc0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

app/code/Magento/Quote/Test/Unit/Model/Quote/Item/ProcessorTest.php

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,13 @@ protected function setUp()
9999

100100
$this->productMock = $this->createPartialMock(
101101
\Magento\Catalog\Model\Product::class,
102-
['getCustomOptions', '__wakeup', 'getParentProductId', 'getCartQty', 'getStickWithinParent', 'getFinalPrice']
102+
[
103+
'getCustomOptions',
104+
'__wakeup',
105+
'getParentProductId',
106+
'getCartQty',
107+
'getStickWithinParent',
108+
'getFinalPrice']
103109
);
104110
$this->objectMock = $this->createPartialMock(
105111
\Magento\Framework\DataObject::class,

0 commit comments

Comments
 (0)