public static function CommentPagerTest::getInfo

File

drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentPagerTest.php, line 14
Definition of Drupal\comment\Tests\CommentPagerTest.

Class

CommentPagerTest
Verifies pagination of comments.

Namespace

Drupal\comment\Tests

Code

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