File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 2424use Magento \Quote \Api \GuestPaymentMethodManagementInterface ;
2525use Magento \Quote \Model \Quote ;
2626use Magento \Quote \Model \Quote \Address ;
27- use Magento \Quote \Model \Quote \Address \Rate ;
28- use Magento \Quote \Model \QuoteIdMask ;
2927use Magento \Quote \Model \QuoteIdMaskFactory ;
3028use PHPUnit \Framework \MockObject \MockObject ;
3129use PHPUnit \Framework \TestCase ;
Original file line number Diff line number Diff line change 88namespace Magento \Quote \Test \Unit \Model ;
99
1010use Magento \Quote \Api \Data \AddressInterface ;
11- use Magento \Quote \Api \Data \CartExtension ;
1211use Magento \Quote \Api \Data \CartExtensionFactory ;
12+ use Magento \Quote \Test \Unit \Helper \CartExtensionTestHelper ;
1313use Magento \Quote \Api \Data \ShippingAssignmentInterface ;
1414use Magento \Quote \Model \Quote ;
1515use Magento \Quote \Model \Quote \Address ;
1616use Magento \Quote \Model \Quote \ShippingAssignment \ShippingAssignmentProcessor ;
1717use Magento \Quote \Model \ShippingAddressAssignment ;
1818use PHPUnit \Framework \MockObject \MockObject ;
19- use PHPUnit \Framework \MockObject \RuntimeException ;
2019use PHPUnit \Framework \TestCase ;
2120
2221class ShippingAddressAssignmentTest extends TestCase
You can’t perform that action at this time.
0 commit comments