} /**
* Reset the request object
*
* @return Enlight_Components_Test_Controller_TestCase
*/
public function resetRequest() { if ($this->_request instanceof Enlight_Controller_Request_RequestTestCase
) { $this->_request->
clearQuery() ->
clearPost() ->
clearCookies();
} $this->_request = null;
return $this;
} /**
* Reset the response object
*
* @return Enlight_Components_Test_Controller_TestCase
*/