You are here

protected function ServicesClientErrorWebTestCase::loadError in Services Client 7.2

1 call to ServicesClientErrorWebTestCase::loadError()
ServicesClientErrorWebTestCase::testServicesClientErrors in services_client_error/tests/services_client_error.test

File

services_client_error/tests/services_client_error.test, line 25

Class

ServicesClientErrorWebTestCase
Test error handling code.

Code

protected function loadError($id) {
  return services_client_error_load($id);
}