File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
dev/tests/unit/testsuite/Magento/Checkout/Controller/Cart Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -155,10 +155,10 @@ public function testPrepareAndRenderCall()
155
155
{
156
156
$ quoteId = 1 ;
157
157
$ actualProductId = 1 ;
158
- $ quoteMock = $ this ->getMockBuilder ('Magento\Sales \Model\Quote ' )
158
+ $ quoteMock = $ this ->getMockBuilder ('Magento\Quote \Model\Quote ' )
159
159
->disableOriginalConstructor ()
160
160
->getMock ();
161
- $ quoteItemMock = $ this ->getMockBuilder ('Magento\Sales \Model\Quote\Item ' )
161
+ $ quoteItemMock = $ this ->getMockBuilder ('Magento\Quote \Model\Quote\Item ' )
162
162
->disableOriginalConstructor ()
163
163
->getMock ();
164
164
$ productMock = $ this ->getMockBuilder ('Magento\Catalog\Model\Product ' )
@@ -222,10 +222,10 @@ public function testRedirectWithWrongProductId()
222
222
$ quotaId = 1 ;
223
223
$ productIdInQuota = 1 ;
224
224
$ productIdInRequest = null ;
225
- $ quoteItemMock = $ this ->getMockBuilder ('Magento\Sales \Model\Quote\Item ' )
225
+ $ quoteItemMock = $ this ->getMockBuilder ('Magento\Quote \Model\Quote\Item ' )
226
226
->disableOriginalConstructor ()
227
227
->getMock ();
228
- $ quoteMock = $ this ->getMockBuilder ('Magento\Sales \Model\Quote ' )
228
+ $ quoteMock = $ this ->getMockBuilder ('Magento\Quote \Model\Quote ' )
229
229
->disableOriginalConstructor ()
230
230
->getMock ();
231
231
$ productMock = $ this ->getMockBuilder ('Magento\Catalog\Model\Product ' )
You can’t perform that action at this time.
0 commit comments