public static function CommentNotifyTestCase::getInfo in Comment Notify 7
Same name and namespace in other branches
- 6 comment_notify.test \CommentNotifyTestCase::getInfo()
Implementation of getInfo().
File
- ./
comment_notify.test, line 13 - Creates tests for comment_notify module.
Class
- CommentNotifyTestCase
- @file Creates tests for comment_notify module.
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'),
);
}