File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Test/Unit/Model/Quote/Item Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -53,8 +53,8 @@ public function __construct(
53
53
/**
54
54
* Initialize quote item object
55
55
*
56
- * @param DataObject $request
57
56
* @param Product $product
57
+ * @param DataObject $request
58
58
*
59
59
* @return Item
60
60
*/
Original file line number Diff line number Diff line change @@ -68,7 +68,8 @@ protected function setUp()
68
68
['create ' ]
69
69
);
70
70
71
- $ this ->itemMock = $ this ->createPartialMock (\Magento \Quote \Model \Quote \Item::class, [
71
+ $ this ->itemMock = $ this ->createPartialMock (\Magento \Quote \Model \Quote \Item::class,
72
+ [
72
73
'getId ' ,
73
74
'setOptions ' ,
74
75
'__wakeup ' ,
@@ -78,7 +79,8 @@ protected function setUp()
78
79
'setOriginalCustomPrice ' ,
79
80
'setData ' ,
80
81
'setprice '
81
- ]);
82
+ ]
83
+ );
82
84
$ this ->quoteItemFactoryMock ->expects ($ this ->any ())
83
85
->method ('create ' )
84
86
->will ($ this ->returnValue ($ this ->itemMock ));
You can’t perform that action at this time.
0 commit comments