function CommentActionsTestCase::getInfo

File

modules/comment/comment.test, line 1954

Class

CommentActionsTestCase
Test actions provided by the comment module.

Code

public static function getInfo() {
    return array(
        'name' => 'Comment actions',
        'description' => 'Test actions provided by the comment module.',
        'group' => 'Comment',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.