Skip to content

Commit d04a439

Browse files
committed
MAGETWO-52308: [Github] Not full request information in collectRates() method on Checkout page
- Fixed failed static tests
1 parent d10867f commit d04a439

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

app/code/Magento/Quote/Api/GuestShipmentEstimationInterface.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@
99
* Interface GuestShipmentEstimationInterface
1010
* @api
1111
*/
12-
interface GuestShipmentEstimationInterface extends ShipmentEstimationInterface{}
12+
interface GuestShipmentEstimationInterface extends ShipmentEstimationInterface
13+
{
14+
15+
}

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
use Magento\Quote\Model\ShippingMethodManagement;
1919
use PHPUnit_Framework_MockObject_MockObject as MockObject;
2020

21+
/**
22+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
23+
*/
2124
class ShippingMethodManagementTest extends \PHPUnit_Framework_TestCase
2225
{
2326
/**

0 commit comments

Comments
 (0)