public static property CommentNodeAccessTest::$modules

Modules to enable.

Type: array

Overrides CommentTestBase::$modules

File

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

Class

CommentNodeAccessTest
Tests comments with node access.

Namespace

Drupal\comment\Tests

Code

public static $modules = array(
  'node_access_test',
);