public static function CommentPagerTest::getInfo

File

drupal/modules/comment/comment.test, line 1221
Tests for comment.module.

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',
  );
}