Example #1
0
 public function testCtorMethodNotAllowed()
 {
     $response = Response::methodNotAllowed();
     $this->assertEquals(IResponse::STATUS_METHOD_NOT_ALLOWED, $response->getStatusCode());
 }