Skip to content

Commit d994e96

Browse files
committed
AC-15104::[CE] PHPUnit 12: Upgrade Checkout & Cart Management related test cases
1 parent 8997bb0 commit d994e96

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

app/code/Magento/Checkout/Test/Unit/Model/GuestPaymentInformationManagementTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
use Magento\Quote\Api\GuestPaymentMethodManagementInterface;
2525
use Magento\Quote\Model\Quote;
2626
use Magento\Quote\Model\Quote\Address;
27-
use Magento\Quote\Model\Quote\Address\Rate;
28-
use Magento\Quote\Model\QuoteIdMask;
2927
use Magento\Quote\Model\QuoteIdMaskFactory;
3028
use PHPUnit\Framework\MockObject\MockObject;
3129
use PHPUnit\Framework\TestCase;

app/code/Magento/Quote/Test/Unit/Model/ShippingAddressAssignmentTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,14 @@
88
namespace Magento\Quote\Test\Unit\Model;
99

1010
use Magento\Quote\Api\Data\AddressInterface;
11-
use Magento\Quote\Api\Data\CartExtension;
1211
use Magento\Quote\Api\Data\CartExtensionFactory;
12+
use Magento\Quote\Test\Unit\Helper\CartExtensionTestHelper;
1313
use Magento\Quote\Api\Data\ShippingAssignmentInterface;
1414
use Magento\Quote\Model\Quote;
1515
use Magento\Quote\Model\Quote\Address;
1616
use Magento\Quote\Model\Quote\ShippingAssignment\ShippingAssignmentProcessor;
1717
use Magento\Quote\Model\ShippingAddressAssignment;
1818
use PHPUnit\Framework\MockObject\MockObject;
19-
use PHPUnit\Framework\MockObject\RuntimeException;
2019
use PHPUnit\Framework\TestCase;
2120

2221
class ShippingAddressAssignmentTest extends TestCase

0 commit comments

Comments
 (0)