public static function CommentPreviewTest::getInfo

File

drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentPreviewTest.php, line 22
Definition of Drupal\comment\Tests\CommentPreviewTest.

Class

CommentPreviewTest
Tests previewing comments.

Namespace

Drupal\comment\Tests

Code

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