Completed
Push — master ( e06013...6acaca )
by
unknown
02:06
created
tests/unit/ResponseTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -308,6 +308,9 @@
 block discarded – undo
308 308
     }
309 309
 
310 310
 
311
+    /**
312
+     * @param integer $code
313
+     */
311 314
     private function withError(Response $response, $code, $message = null)
312 315
     {
313 316
         $this->assertEquals($code, $response->getStatusCode());
Please login to merge, or discard this patch.