public static function CommentPreviewTest::getInfo

File

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