Skip to content

Commit

Permalink
GraphQL-428: Test coverage: GetAvailableShippingMethodsTest
Browse files Browse the repository at this point in the history
  • Loading branch information
naydav committed Mar 25, 2019
1 parent 8136c38 commit 0b8bebc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<<QUERY
query {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,7 @@ public function testGetAvailableShippingMethodsOfNonExistentCart()
* @param string $maskedQuoteId
* @return string
*/
private function getQuery(
string $maskedQuoteId
): string
private function getQuery(string $maskedQuoteId): string
{
return <<<QUERY
query {
Expand Down

0 comments on commit 0b8bebc

Please sign in to comment.