public static function CommentTokenReplaceTest::getInfo

File

drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTokenReplaceTest.php, line 14
Definition of Drupal\comment\Tests\CommentTokenReplaceTest.

Class

CommentTokenReplaceTest
Tests comment token replacement in strings.

Namespace

Drupal\comment\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Comment token replacement',
    'description' => 'Generates text using placeholders for dummy content to check comment token replacement.',
    'group' => 'Comment',
  );
}