Ejemplo n.º 1
0
 public function testGetStatus()
 {
     $res = new \Slim\Http\Response();
     $this->assertEquals(200, $res->getStatus());
 }