public static function CommentBlockFunctionalTest::getInfo

Archivo

drupal-7.x/modules/comment/comment.test, line 1670
Tests for comment.module.

Class

CommentBlockFunctionalTest
Functional tests for the comment module blocks.

Código

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