public static function CommentApprovalTest::getInfo

File

drupal/modules/comment/comment.test, line 1552
Tests for comment.module.

Class

CommentApprovalTest

Code

public static function getInfo() {
  return array(
    'name' => 'Comment approval',
    'description' => 'Test comment approval functionality.',
    'group' => 'Comment',
  );
}