Skip to content

Commit 31166c9

Browse files
committed
GraphQL-419: Test coverage: GetAvailablePaymentMethodsTest for Customer
1 parent b8006ee commit 31166c9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/GetAvailablePaymentMethodsTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,7 @@ public function testGetPaymentMethodsOfNonExistentCart()
134134
*/
135135
private function getQuery(
136136
string $maskedQuoteId
137-
): string
138-
{
137+
): string {
139138
return <<<QUERY
140139
{
141140
cart(cart_id: "$maskedQuoteId") {

dev/tests/integration/testsuite/Magento/Payment/_files/disable_all_active_payment_methods.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,3 @@
3232
$defConfig->setDataByPath($key, $value);
3333
$defConfig->save();
3434
}
35-

0 commit comments

Comments
 (0)