We will work on Apr 26th (Saturday) and will be off from Apr 30th (Wednesday) until May 2nd (Friday) for public holiday in our country

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 ...@@ -175,6 +175,7 @@ class EcomDev_PHPUnit_Controller_Request_Http
$this->_route = null; $this->_route = null;
$this->_directFrontNames = null; $this->_directFrontNames = null;
$this->_controllerModule = null; $this->_controllerModule = null;
$this->_beforeForwardInfo = null;
return $this; 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