public static function CommentLinksTest::getInfo

File

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

Class

CommentLinksTest
Tests comment links based on environment configurations.

Namespace

Drupal\comment\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Comment links',
    'description' => 'Tests comment links based on environment configurations.',
    'group' => 'Comment',
  );
}