You are here

public function MockRESTServer::protectedGetResponseFormatter in Services 7.3

File

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

Class

MockRESTServer
Extend RESTServer to test protected methods.

Code

public function protectedGetResponseFormatter() {
  return $this
    ->getResponseFormatter();
}