Skip to content

Commit de27ae4

Browse files
committed
MC-20639: MyAccount :: Order Details :: Refund (creditMemo) Details by Order Number
1 parent a8a3737 commit de27ae4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Sales/CreditmemoTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ public function testCreditMemoForLoggedInCustomerQuery(): void
161161
*
162162
* @magentoApiDataFixture Magento/Customer/_files/customer.php
163163
* @magentoApiDataFixture Magento/Bundle/_files/bundle_product_two_dropdown_options.php
164+
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
164165
*/
165166
public function testCreditMemoForBundledProductsWithPartialRefund()
166167
{
@@ -537,6 +538,7 @@ private function cleanUpCreditMemos(): void
537538
*
538539
* @return array
539540
* @throws AuthenticationException
541+
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
540542
*/
541543
private function getCustomerOrderWithCreditMemoQuery(): array
542544
{

0 commit comments

Comments
 (0)