Skip to content

Commit 5194e23

Browse files
MAGETWO-93167: [2.3] Order Summary does not show free shipping after applying coupon during checkout
1 parent 1511c75 commit 5194e23

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

app/code/Magento/Quote/Test/Unit/Model/Quote/Address/Total/ShippingTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
*/
66
namespace Magento\Quote\Test\Unit\Model\Quote\Address\Total;
77

8+
/**
9+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
10+
*/
811
class ShippingTest extends \PHPUnit\Framework\TestCase
912
{
1013
/**

dev/tests/integration/testsuite/Magento/Usps/Api/GuestCouponManagementTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
use PHPUnit\Framework\TestCase;
2626
use PHPUnit_Framework_MockObject_MockObject as MockObject;
2727

28+
/**
29+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
30+
*/
2831
class GuestCouponManagementTest extends TestCase
2932
{
3033
/**

0 commit comments

Comments
 (0)