public static function CommentContentRebuild::getInfo

File

drupal/modules/comment/comment.test, line 1800
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',
  );
}