You are here

public static function CommentAlterPermissionTestCase::getInfo in Comment Alter 7

File

./comment_alter.test, line 586
Functional tests for the Comment Alter module.

Class

CommentAlterPermissionTestCase
Functional tests for permissions.

Code

public static function getInfo() {
  return array(
    'name' => 'Comment Alter - Permissions',
    'description' => 'Ensure that Comment Alter is correctly following user permissions.',
    'group' => 'Comment Alter',
  );
}