You are here

public function MockRESTServer::protectedParseRequestBody in Services 7.3

File

servers/rest_server/tests/rest_server_mock_classes.inc, line 75

Class

MockRESTServer
Extend RESTServer to test protected methods.

Code

public function protectedParseRequestBody() {
  return $this
    ->parseRequestBody();
}