public static function CommentBlockFunctionalTest::getInfo

File

drupal/modules/comment/comment.test, line 1676
Tests for comment.module.

Class

CommentBlockFunctionalTest
Functional tests for the comment module blocks.

Code

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