You are here

public static function CommentAlterListTextTestCase::getInfo in Comment Alter 7

File

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

Class

CommentAlterListTextTestCase
Functional tests for Comment Alter and List (text) fields.

Code

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