public static function CommentRSSUnitTest::getInfo

7.x comment.test public static CommentRSSUnitTest::getInfo()

File

drupal-7.x/modules/comment/comment.test, line 1762
Tests for comment.module.

Class

CommentRSSUnitTest
Unit tests for comment module integration with RSS feeds.

Code

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