Skip to content

Commit 71d5db0

Browse files
committed
AC-1479: Incorrect qty to ship after few creditmemos
Fix static tests
1 parent 38e0bc3 commit 71d5db0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818

1919
/**
2020
* Unit test for order item class.
21+
*
22+
* @suppressWarnings(PHPMD.TooManyPublicMethods)
23+
* @suppressWarnings(PHPMD.CouplingBetweenObjects)
2124
*/
2225
class ItemTest extends TestCase
2326
{

0 commit comments

Comments
 (0)