Completed
Pull Request — master (#7)
by Marcelo
01:53
created
tests/JsonTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -250,6 +250,9 @@
 block discarded – undo
250 250
         return $this->mockResponseBody('{"foo":"bar"}')->reveal();
251 251
     }
252 252
 
253
+    /**
254
+     * @param string $responseBody
255
+     */
253 256
     private function mockResponseBody($responseBody)
254 257
     {
255 258
         $response = $this->prophesize(ResponseInterface::class);
Please login to merge, or discard this patch.