You are here

public static function CommentAnonymous::getInfo in Drupal 7

File

modules/comment/comment.test, line 1068
Tests for comment.module.

Class

CommentAnonymous

Code

public static function getInfo() {
  return array(
    'name' => 'Anonymous comments',
    'description' => 'Test anonymous comments.',
    'group' => 'Comment',
  );
}