public static function CommentActionsTestCase::getInfo
7.x comment.test | public static CommentActionsTestCase::getInfo() |
File
- drupal-7.x/
modules/ comment/ comment.test, line 1934 - Tests for comment.module.
Class
- CommentActionsTestCase
- Test actions provided by the comment module.
Code
public static function getInfo() {
return array(
'name' => 'Comment actions',
'description' => 'Test actions provided by the comment module.',
'group' => 'Comment',
);
}