You are here

public static function CommentApprovalTest::getInfo in Drupal 7

File

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

Class

CommentApprovalTest

Code

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