File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
dev/tests/api-functional/testsuite/Magento/GraphQl/Sales Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments