We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20ac30a commit 399e94dCopy full SHA for 399e94d
1 file changed
Tests/Package/GraphqlTest.php
@@ -62,7 +62,7 @@ public function testCreate()
62
63
$this->client->expects($this->once())
64
->method('post')
65
- ->with('/graphql', $data, $headers)
+ ->with('/graphql', json_encode($data), $headers)
66
->will($this->returnValue($this->response));
67
68
$this->assertThat(
@@ -99,7 +99,7 @@ public function testCreateFailure()
99
100
101
102
103
104
105
try
0 commit comments