You are here

public static function CommentPreviewTest::getInfo in Drupal 7

File

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