public static function CommentBlockTest::getInfo

File

drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentBlockTest.php, line 36
Definition of Drupal\comment\Tests\CommentBlockTest.

Class

CommentBlockTest
Tests the Comment module blocks.

Namespace

Drupal\comment\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Comment blocks',
    'description' => 'Test comment block functionality.',
    'group' => 'Comment',
  );
}