Completed
Push — master ( e6a507...5e612c )
by Marcelo
02:30
created
tests/JsonTest.php 2 patches
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.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use Brofist\ApiClient\JsonInterface;
8 8
 use GuzzleHttp\Client as HttpClient;
9 9
 use GuzzleHttp\Exception\RequestException;
10
-use GuzzleHttp\Psr7\Request;
11 10
 use PHPUnit_Framework_TestCase;
12 11
 use Psr\Http\Message\RequestInterface;
13 12
 use Psr\Http\Message\ResponseInterface;
Please login to merge, or discard this patch.