From 0b8bebc0698d8433d62e620b8d4ee111ec21797a Mon Sep 17 00:00:00 2001 From: Valerii Naida Date: Mon, 25 Mar 2019 15:47:31 -0500 Subject: [PATCH] GraphQL-428: Test coverage: GetAvailableShippingMethodsTest --- .../Quote/Customer/GetAvailableShippingMethodsTest.php | 4 +--- .../GraphQl/Quote/Guest/GetAvailableShippingMethodsTest.php | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/GetAvailableShippingMethodsTest.php b/dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/GetAvailableShippingMethodsTest.php index 6f5a9b5d99cbf..5ca3307371d2f 100644 --- a/dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/GetAvailableShippingMethodsTest.php +++ b/dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/GetAvailableShippingMethodsTest.php @@ -139,9 +139,7 @@ public function testGetAvailableShippingMethodsOfNonExistentCart() * @param string $maskedQuoteId * @return string */ - private function getQuery( - string $maskedQuoteId - ): string + private function getQuery(string $maskedQuoteId): string { return <<