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
161
161
*
162
162
* @magentoApiDataFixture Magento/Customer/_files/customer.php
163
163
* @magentoApiDataFixture Magento/Bundle/_files/bundle_product_two_dropdown_options.php
164
+ * @SuppressWarnings(PHPMD.ExcessiveMethodLength)
164
165
*/
165
166
public function testCreditMemoForBundledProductsWithPartialRefund ()
166
167
{
@@ -537,6 +538,7 @@ private function cleanUpCreditMemos(): void
537
538
*
538
539
* @return array
539
540
* @throws AuthenticationException
541
+ * @SuppressWarnings(PHPMD.ExcessiveMethodLength)
540
542
*/
541
543
private function getCustomerOrderWithCreditMemoQuery (): array
542
544
{
You can’t perform that action at this time.
0 commit comments