You are here

public function MockRESTServer::protectedGetResourceName in Services 7.3

File

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

Class

MockRESTServer
Extend RESTServer to test protected methods.

Code

public function protectedGetResourceName() {
  return $this
    ->getResourceName();
}