public static function CommentPagerTest::getInfo in Drupal 7
File
- modules/
comment/ comment.test, line 1223 - 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',
);
}