public static function RestfulExceptionHandleTestCase::getInfo in RESTful 7
Same name and namespace in other branches
- 7.2 tests/RestfulExceptionHandleTestCase.test \RestfulExceptionHandleTestCase::getInfo()
File
- tests/
RestfulExceptionHandleTestCase.test, line 10 - Contains RestfulExceptionHandleTestCase
Class
- RestfulExceptionHandleTestCase
- @file Contains RestfulExceptionHandleTestCase
Code
public static function getInfo() {
return array(
'name' => 'Exception handling',
'description' => 'Test converting exceptions into JSON with code, message and description.',
'group' => 'RESTful',
);
}