Skip to content

Commit

Permalink
MAGETWO-52308: [Github] Not full request information in collectRates(…
Browse files Browse the repository at this point in the history
…) method on Checkout page

 -  Fixed failed static tests
  • Loading branch information
joni-jones committed May 14, 2016
1 parent d10867f commit d04a439
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@
* Interface GuestShipmentEstimationInterface
* @api
*/
interface GuestShipmentEstimationInterface extends ShipmentEstimationInterface{}
interface GuestShipmentEstimationInterface extends ShipmentEstimationInterface
{

}
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
/**
Expand Down

0 comments on commit d04a439

Please sign in to comment.