public static function RestfulCommentTestCase::getInfo in RESTful 7.2
File
- tests/
RestfulCommentTestCase.test, line 24 - Contains RestfulCommentTestCase
Class
- RestfulCommentTestCase
- @file Contains RestfulCommentTestCase
Code
public static function getInfo() {
return array(
'name' => 'Comment integration',
'description' => 'Test the CRUD of a comment.',
'group' => 'RESTful',
);
}