You are here

public static property CommentNodeAccessTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/comment/src/Tests/CommentNodeAccessTest.php \Drupal\comment\Tests\CommentNodeAccessTest::modules

Modules to install.

Type: array

Overrides CommentTestBase::$modules

File

core/modules/comment/src/Tests/CommentNodeAccessTest.php, line 27
Contains \Drupal\comment\Tests\CommentNodeAccessTest.

Class

CommentNodeAccessTest
Tests comments with node access.

Namespace

Drupal\comment\Tests

Code

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