File
- drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentContentRebuildTest.php, line 14
- Definition of Drupal\comment\Tests\CommentContentRebuildTest.
Class
- CommentContentRebuildTest
- Tests comment content rebuilding.
Namespace
Drupal\comment\Tests
Code
public static function getInfo() {
return array(
'name' => 'Comment Rebuild',
'description' => 'Test to make sure the comment content is rebuilt.',
'group' => 'Comment',
);
}