Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 1010ae9

Browse files
author
Eric Bohanon
committed
MAGETWO-72747: [Magento Cloud] - /rest/default/V1/order/<order id>/ship and configurable products - for 2.2
- Fix static failures
1 parent 0d3a6e6 commit 1010ae9

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

app/code/Magento/Sales/Test/Unit/Model/Order/ShipmentDocumentFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
use Magento\Sales\Model\Order\Shipment\Item\Converter;
2020

2121
/**
22-
* Class ShipmentDocumentFactoryTest
22+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2323
*/
2424
class ShipmentDocumentFactoryTest extends \PHPUnit\Framework\TestCase
2525
{

app/code/Magento/Shipping/Test/Unit/Controller/Adminhtml/Order/ShipmentLoaderTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414
use Magento\Shipping\Controller\Adminhtml\Order\ShipmentLoader;
1515

1616
/**
17-
* Class ShipmentLoaderTest
18-
*
19-
* @package Magento\Shipping\Controller\Adminhtml\Order
17+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2018
*/
2119
class ShipmentLoaderTest extends \PHPUnit\Framework\TestCase
2220
{

0 commit comments

Comments
 (0)