public static function CommentApprovalTest::getInfo

File

drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentApprovalTest.php, line 14
Definition of Drupal\comment\Tests\CommentApprovalTest.

Class

CommentApprovalTest
Tests comment approval functionality.

Namespace

Drupal\comment\Tests

Code

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