Skip to content

Commit

Permalink
fixed phpcs issue: Line exceeds maximum limit of 120 characters; cont…
Browse files Browse the repository at this point in the history
…ains 121
  • Loading branch information
ashutosh authored and edenduong committed Jul 23, 2019
1 parent 997a050 commit 3c282f9
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,13 @@ protected function setUp()

$this->productMock = $this->createPartialMock(
\Magento\Catalog\Model\Product::class,
['getCustomOptions', '__wakeup', 'getParentProductId', 'getCartQty', 'getStickWithinParent', 'getFinalPrice']
[
'getCustomOptions',
'__wakeup',
'getParentProductId',
'getCartQty',
'getStickWithinParent',
'getFinalPrice']
);
$this->objectMock = $this->createPartialMock(
\Magento\Framework\DataObject::class,
Expand Down

0 comments on commit 3c282f9

Please sign in to comment.