File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
dev/tests/api-functional/testsuite/Magento/Quote/Api Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -345,9 +345,11 @@ public function testAssignCustomerCartMerged()
345
345
'customerId ' => $ customerId ,
346
346
'storeId ' => 1 ,
347
347
];
348
- $ this ->assertTrue ($ this ->_webApiCall ( $ serviceInfo , $ requestData ));
348
+ $ this ->assertTrue ($ this ->_webApiCall ($ serviceInfo , $ requestData ));
349
349
350
- $ mergedQuote = $ this ->objectManager ->create (\Magento \Quote \Model \Quote::class)->load ('test01 ' , 'reserved_order_id ' );
350
+ $ mergedQuote = $ this ->objectManager
351
+ ->create (\Magento \Quote \Model \Quote::class)
352
+ ->load ('test01 ' , 'reserved_order_id ' );
351
353
352
354
$ this ->assertEquals ($ expectedQuoteItemsQty , $ mergedQuote ->getItemsQty ());
353
355
}
Original file line number Diff line number Diff line change @@ -284,7 +284,9 @@ public function testAssignCustomerCartMerged()
284
284
'storeId ' => 1 ,
285
285
];
286
286
$ this ->assertTrue ($ this ->_webApiCall ($ serviceInfo , $ requestData ));
287
- $ mergedQuote = $ this ->objectManager ->create (\Magento \Quote \Model \Quote::class)->load ('test01 ' , 'reserved_order_id ' );
287
+ $ mergedQuote = $ this ->objectManager
288
+ ->create (\Magento \Quote \Model \Quote::class)
289
+ ->load ('test01 ' , 'reserved_order_id ' );
288
290
289
291
$ this ->assertEquals ($ expectedQuoteItemsQty , $ mergedQuote ->getItemsQty ());
290
292
}
You can’t perform that action at this time.
0 commit comments