Skip to content

Commit 0a46c8a

Browse files
committed
MAGETWO-60034: Cannot ship remaining items in an order for several of one product if credit memo is made for some
1 parent bd8a83b commit 0a46c8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Sales/Test/Unit/Model/OrderTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
* Test class for \Magento\Sales\Model\Order
1818
*
1919
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
20+
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
2021
*/
2122
class OrderTest extends \PHPUnit\Framework\TestCase
2223
{

0 commit comments

Comments
 (0)