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 91624ff7 authored by Ivan Chepurnyi's avatar Ivan Chepurnyi

! Add feature #33

parent 6922781e
......@@ -178,6 +178,18 @@ class EcomDev_PHPUnit_Controller_Request_Http
return $this;
}
/**
* Sets rawBody property to request
*
* @param string $rawBody
* @return EcomDev_PHPUnit_Controller_Request_Http
*/
public function setRawBody($rawBody)
{
$this->_rawBody = $rawBody;
return $this;
}
/**
* Set custom http header
*
......
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