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