public static function CommentFieldsTest::getInfo
7.x comment.test | public static CommentFieldsTest::getInfo() |
File
- drupal-7.x/
modules/ comment/ comment.test, line 2003 - 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',
);
}