public static function CommentFieldsTest::getInfo

File

drupal/modules/comment/comment.test, line 2044
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',
  );
}