You are here

public static function CommentContentRebuild::getInfo in Drupal 7

File

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