public static function CommentPagerTest::getInfo
Archivo
- drupal-7.x/
modules/ comment/ comment.test, line 1215 - Tests for comment.module.
Class
- CommentPagerTest
- Verify pagination of comments.
Código
public static function getInfo() {
return array(
'name' => 'Comment paging settings',
'description' => 'Test paging of comments and their settings.',
'group' => 'Comment',
);
}