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 7ecc5276 authored by Ivan Chepurnyi's avatar Ivan Chepurnyi Committed by GitHub

Merge pull request #282 from schmengler/bugfix/forward-info

Reset _beforeForwardInfo to make multiple forward assertions possible
parents 0f6bdb0b a0531acd
...@@ -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