Completed
Push — master ( 5e612c...3cf0cd )
by Marcelo
04:19 queued 02:19
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.