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