public static function CommentApprovalTest::getInfo

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

File

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

Class

CommentApprovalTest

Code

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