public static function CommentContentRebuild::getInfo
7.x comment.test | public static CommentContentRebuild::getInfo() |
File
- drupal-7.x/
modules/ comment/ comment.test, line 1794 - Tests for comment.module.
Class
- CommentContentRebuild
- Test to make sure comment content is rebuilt.
Code
public static function getInfo() {
return array(
'name' => 'Comment Rebuild',
'description' => 'Test to make sure the comment content is rebuilt.',
'group' => 'Comment',
);
}