public static function CommentNodeAccessTest::getInfo

Archivo

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

Class

CommentNodeAccessTest
Tests comments with node access.

Código

public static function getInfo() {
  return array(
    'name' => 'Comment node access',
    'description' => 'Test comment viewing with node access.',
    'group' => 'Comment',
  );
}