You are here

public static function CommentAlterAdminTestCase::getInfo in Comment Alter 7

File

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

Class

CommentAlterAdminTestCase
Functional tests for the admin UIs provided by Comment Alter.

Code

public static function getInfo() {
  return array(
    'name' => 'Comment Alter - Admin UI',
    'description' => 'Functional tests for the admin UIs provided by Comment Alter.',
    'group' => 'Comment Alter',
  );
}