public static function CommentTokenReplaceTestCase::getInfo in Drupal 7
File
- modules/
comment/ comment.test, line 1842 - 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',
);
}