Beispiel #1
0
 public function testSetGotoUrlWithHttpCodeUsingCodeOption()
 {
     $this->redirector->setGotoUrl('/foo/bar', array('code' => 301));
     $this->assertEquals('/foo/bar', $this->redirector->getRedirectUrl());
     $this->assertEquals(301, $this->response->getHttpResponseCode());
 }