public static function CommentTokenReplaceTestCase::getInfo
Archivo
- drupal-7.x/
modules/ comment/ comment.test, line 1834 - Tests for comment.module.
Class
- CommentTokenReplaceTestCase
- Test comment token replacement in strings.
Código
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',
);
}