public static function CommentGoodnessCommentDateTestCase::getInfo in Comment goodness 7
File
- tests/
comment_goodness.test, line 116
Class
- CommentGoodnessCommentDateTestCase
- Test if comment date (created/changed) format is configurable.
Code
public static function getInfo() {
return array(
'name' => 'Change comment date format',
'description' => 'Test the comment created/changed date formats.',
'group' => 'Comment Goodness',
);
}