getRedirectHandler() public method

public getRedirectHandler ( ) : RedirectHandler
return RedirectHandler
Example #1
0
 public function assertRedirectsTo($path)
 {
     $this->assertEquals($this->_removePrefix($path), $this->_removePrefix($this->frontController->getRedirectHandler()->getLocation()));
 }