public static function CommentNewIndicatorTest::getInfo

File

drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentNewIndicatorTest.php, line 15
Contains Drupal\comment\Tests\CommentNewIndicatorTest.

Class

CommentNewIndicatorTest
Tests the 'new' marker on comments.

Namespace

Drupal\comment\Tests

Code

public static function getInfo() {
  return array(
    'name' => "Comment 'new' indicator",
    'description' => "Tests the 'new' indicator posted on comments.",
    'group' => 'Comment',
  );
}