public static function RestfulGetHandlersTestCase::getInfo in RESTful 7.2
Same name and namespace in other branches
- 7 tests/RestfulGetHandlersTestCase.test \RestfulGetHandlersTestCase::getInfo()
File
- tests/
RestfulGetHandlersTestCase.test, line 9 - Contains RestfulGetHandlersTestCase
Class
- RestfulGetHandlersTestCase
- @file Contains RestfulGetHandlersTestCase
Code
public static function getInfo() {
return array(
'name' => 'Get handlers',
'description' => 'Test getting handlers by version (major and minor).',
'group' => 'RESTful',
);
}