public static function CommentPreviewTest::getInfo

7.x comment.test public static CommentPreviewTest::getInfo()

File

drupal-7.x/modules/comment/comment.test, line 938
Tests for comment.module.

Class

CommentPreviewTest
Test previewing comments.

Code

public static function getInfo() {
  return array(
    'name' => 'Comment preview',
    'description' => 'Test comment preview.',
    'group' => 'Comment',
  );
}