public static function CommentRSSUnitTest::getInfo in Drupal 7
File
- modules/
comment/ comment.test, line 1770 - 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',
);
}