public static function CommentActionsTestCase::getInfo in Drupal 7
File
- modules/
comment/ comment.test, line 1942 - 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',
);
}