Example #1
0
 public function testCtorMovedPermanently()
 {
     $response = Response::movedPermanently();
     $this->assertEquals(IResponse::STATUS_MOVED_PERMANENTLY, $response->getStatusCode());
 }