Skip to content

Commit 0b8bebc

Browse files
committed
GraphQL-428: Test coverage: GetAvailableShippingMethodsTest
1 parent 8136c38 commit 0b8bebc

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

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

+1-3
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,7 @@ public function testGetAvailableShippingMethodsOfNonExistentCart()
139139
* @param string $maskedQuoteId
140140
* @return string
141141
*/
142-
private function getQuery(
143-
string $maskedQuoteId
144-
): string
142+
private function getQuery(string $maskedQuoteId): string
145143
{
146144
return <<<QUERY
147145
query {

dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/GetAvailableShippingMethodsTest.php

+1-3
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,7 @@ public function testGetAvailableShippingMethodsOfNonExistentCart()
124124
* @param string $maskedQuoteId
125125
* @return string
126126
*/
127-
private function getQuery(
128-
string $maskedQuoteId
129-
): string
127+
private function getQuery(string $maskedQuoteId): string
130128
{
131129
return <<<QUERY
132130
query {

0 commit comments

Comments
 (0)