Commit e0b986c6 authored by Ivan Chepurnyi's avatar Ivan Chepurnyi

Merge pull request #216 from chernjie/getBaseUrl

Strict compliance with EE 1.14.01 and CE 1.9.0.1
parents ab3d3c37 0af076fc
...@@ -372,7 +372,7 @@ class EcomDev_PHPUnit_Controller_Request_Http ...@@ -372,7 +372,7 @@ class EcomDev_PHPUnit_Controller_Request_Http
* *
* @see Mage_Core_Controller_Request_Http::getBaseUrl() * @see Mage_Core_Controller_Request_Http::getBaseUrl()
*/ */
public function getBaseUrl() public function getBaseUrl($raw = false)
{ {
return $this->_baseUrl; return $this->_baseUrl;
} }
......
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