public static function ServicesClientErrorWebTestCase::getInfo in Services Client 7.2
File
- services_client_error/
tests/ services_client_error.test, line 13
Class
- ServicesClientErrorWebTestCase
- Test error handling code.
Code
public static function getInfo() {
return array(
'name' => 'Errors handling',
'description' => 'Tests services client error handling',
'group' => 'Services Client',
);
}