public static function CommentAlterFileTestCase::getInfo in Comment Alter 7
File
- ./
comment_alter.test, line 519 - Functional tests for the Comment Alter module.
Class
- CommentAlterFileTestCase
- Functional tests for Comment Alter and File fields.
Code
public static function getInfo() {
return array(
'name' => 'Comment Alter - File',
'description' => 'Ensure that Comment Alter is working with "File" fields',
'group' => 'Comment Alter',
);
}