public static function CommentTokenReplaceTestCase::getInfo

File

drupal/modules/comment/comment.test, line 1840
Tests for comment.module.

Class

CommentTokenReplaceTestCase
Test comment token replacement in strings.

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',
  );
}