File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/Bundle/Test/Unit/Model/Product Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ public function testLinksList()
111
111
->with ($ linkMock , ['some data ' ], '\Magento\Bundle\Api\Data\LinkInterface ' )->willReturnSelf ();
112
112
$ linkMock ->expects ($ this ->once ())->method ('setIsDefault ' )->with (true )->willReturnSelf ();
113
113
$ linkMock ->expects ($ this ->once ())->method ('setQty ' )->with (66 )->willReturnSelf ();
114
- $ linkMock ->expects ($ this ->once ())->method ('setIsDefined ' )->with (22 )->willReturnSelf ();
114
+ $ linkMock ->expects ($ this ->once ())->method ('setCanChangeQuantity ' )->with (22 )->willReturnSelf ();
115
115
$ linkMock ->expects ($ this ->once ())->method ('setPrice ' )->with (12 )->willReturnSelf ();
116
116
$ linkMock ->expects ($ this ->once ())->method ('setId ' )->with ($ selectionId )->willReturnSelf ();
117
117
$ linkMock ->expects ($ this ->once ())
You can’t perform that action at this time.
0 commit comments