Commit a0531acd authored by Fabian Schmengler's avatar Fabian Schmengler

Reset _beforeForwardInfo to make multiple forward assertions possible

parent 8276c465
......@@ -175,6 +175,7 @@ class EcomDev_PHPUnit_Controller_Request_Http
$this->_route = null;
$this->_directFrontNames = null;
$this->_controllerModule = null;
$this->_beforeForwardInfo = null;
return $this;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment