public static function CommentActionsTestCase::getInfo
Archivo
- drupal-7.x/
modules/ comment/ comment.test, line 1934 - Tests for comment.module.
Class
- CommentActionsTestCase
- Test actions provided by the comment module.
Código
public static function getInfo() {
return array(
'name' => 'Comment actions',
'description' => 'Test actions provided by the comment module.',
'group' => 'Comment',
);
}