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 175ebc0 commit 59bd874Copy full SHA for 59bd874
app/code/Magento/Quote/Test/Unit/Model/Quote/Item/ProcessorTest.php
@@ -100,11 +100,11 @@ protected function setUp()
100
$this->productMock = $this->createPartialMock(
101
\Magento\Catalog\Model\Product::class,
102
[
103
- 'getCustomOptions',
104
- '__wakeup',
105
- 'getParentProductId',
106
- 'getCartQty',
107
- 'getStickWithinParent',
+ 'getCustomOptions',
+ '__wakeup',
+ 'getParentProductId',
+ 'getCartQty',
+ 'getStickWithinParent',
108
'getFinalPrice']
109
);
110
$this->objectMock = $this->createPartialMock(
0 commit comments