Completed
Push — master ( 6acaca...cd45d7 )
by
unknown
01:41
created
tests/unit/ResponseTest.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -284,6 +284,9 @@  discard block
 block discarded – undo
284 284
         $this->run_setStatusCode($this->getMethodSetStatusCode(), 200);
285 285
     }
286 286
 
287
+    /**
288
+     * @param integer $code
289
+     */
287 290
     private function run_setStatusCode(\ReflectionMethod $method, $code)
288 291
     {
289 292
         try {
@@ -306,6 +309,9 @@  discard block
 block discarded – undo
306 309
     }
307 310
 
308 311
 
312
+    /**
313
+     * @param integer $code
314
+     */
309 315
     private function withError(Response $response, $code, $message = null)
310 316
     {
311 317
         $this->assertEquals($code, $response->getStatusCode());
Please login to merge, or discard this patch.