public static function CommentFieldsTest::getInfo

File

drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentFieldsTest.php, line 22
Definition of Drupal\comment\Tests\CommentFieldsTest.

Class

CommentFieldsTest
Tests fields on comments.

Namespace

Drupal\comment\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Comment fields',
    'description' => 'Tests fields on comments.',
    'group' => 'Comment',
  );
}