You are here

public static function CommentAlterTextTestCase::getInfo in Comment Alter 7

File

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

Class

CommentAlterTextTestCase
Functional tests for Comment Alter and Text fields.

Code

public static function getInfo() {
  return array(
    'name' => 'Comment Alter - Text',
    'description' => 'Ensure that Comment Alter is working with "Text" fields',
    'group' => 'Comment Alter',
  );
}