Completed
Push — master ( 76b665...536063 )
by
unknown
01:45
created
tests/unit/ResponseTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -292,6 +292,9 @@
 block discarded – undo
292 292
         $this->assertEquals(201, $this->response->getStatusCode());
293 293
     }
294 294
 
295
+    /**
296
+     * @param integer $code
297
+     */
295 298
     private function withError(Response $response, $code, $message = null)
296 299
     {
297 300
         $this->assertEquals($code, $response->getStatusCode());
Please login to merge, or discard this patch.