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
$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