From d04a4390a3da0a941545b9b334af84396f0fba58 Mon Sep 17 00:00:00 2001 From: Ievgen Sentiabov Date: Sat, 14 May 2016 10:37:37 +0300 Subject: [PATCH] MAGETWO-52308: [Github] Not full request information in collectRates() method on Checkout page - Fixed failed static tests --- .../Magento/Quote/Api/GuestShipmentEstimationInterface.php | 5 ++++- .../Quote/Test/Unit/Model/ShippingMethodManagementTest.php | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/app/code/Magento/Quote/Api/GuestShipmentEstimationInterface.php b/app/code/Magento/Quote/Api/GuestShipmentEstimationInterface.php index 01befb6c7a964..b0690c6be445b 100644 --- a/app/code/Magento/Quote/Api/GuestShipmentEstimationInterface.php +++ b/app/code/Magento/Quote/Api/GuestShipmentEstimationInterface.php @@ -9,4 +9,7 @@ * Interface GuestShipmentEstimationInterface * @api */ -interface GuestShipmentEstimationInterface extends ShipmentEstimationInterface{} +interface GuestShipmentEstimationInterface extends ShipmentEstimationInterface +{ + +} diff --git a/app/code/Magento/Quote/Test/Unit/Model/ShippingMethodManagementTest.php b/app/code/Magento/Quote/Test/Unit/Model/ShippingMethodManagementTest.php index 0ad933fb379ac..51cbdea420cc1 100644 --- a/app/code/Magento/Quote/Test/Unit/Model/ShippingMethodManagementTest.php +++ b/app/code/Magento/Quote/Test/Unit/Model/ShippingMethodManagementTest.php @@ -18,6 +18,9 @@ use Magento\Quote\Model\ShippingMethodManagement; use PHPUnit_Framework_MockObject_MockObject as MockObject; +/** + * @SuppressWarnings(PHPMD.CouplingBetweenObjects) + */ class ShippingMethodManagementTest extends \PHPUnit_Framework_TestCase { /**