public static function CommentNodeAccessTest::getInfo

File

drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentNodeAccessTest.php, line 27
Definition of Drupal\comment\Tests\CommentNodeAccessTest.

Class

CommentNodeAccessTest
Tests comments with node access.

Namespace

Drupal\comment\Tests

Code

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