public static function CommentStatisticsTest::getInfo

File

drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentStatisticsTest.php, line 15
Contains Drupal\comment\Tests\CommentStatisticsTest.

Class

CommentStatisticsTest
Tests the comment module administrative and end-user-facing interfaces.

Namespace

Drupal\comment\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Comment statistics',
    'description' => 'Test comment statistics on nodes.',
    'group' => 'Comment',
  );
}