function CommentPagerTest::getInfo

File

modules/comment/comment.test, line 1235

Class

CommentPagerTest
Verify pagination of comments.

Code

public static function getInfo() {
    return array(
        'name' => 'Comment paging settings',
        'description' => 'Test paging of comments and their settings.',
        'group' => 'Comment',
    );
}

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