public static function CommentRssTest::getInfo

File

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

Class

CommentRssTest
Tests for Comment module integration with RSS feeds.

Namespace

Drupal\comment\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Comment RSS',
    'description' => 'Test comments as part of an RSS feed.',
    'group' => 'Comment',
  );
}