public static function CommentNodeAccessTest::getInfo

File

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

Class

CommentNodeAccessTest
Tests comments with node access.

Code

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