public static function CommentNotifyTestCase::getInfo in Comment Notify 6
Same name and namespace in other branches
- 7 comment_notify.test \CommentNotifyTestCase::getInfo()
Implementation of getInfo().
File
- ./
comment_notify.test, line 7
Class
Code
public static function getInfo() {
return array(
'name' => t('Comment notify general tests'),
'description' => t('Test the various comment notification settings.'),
'group' => t('Comment notify'),
);
}