public static function CommentFieldsTest::getInfo in Drupal 7
File
- modules/
comment/ comment.test, line 2046 - Tests for comment.module.
Class
- CommentFieldsTest
- Test fields on comments.
Code
public static function getInfo() {
return array(
'name' => 'Comment fields',
'description' => 'Tests fields on comments.',
'group' => 'Comment',
);
}