You are here

public static property NodeAccessPagerTest::$modules in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/node/src/Tests/NodeAccessPagerTest.php \Drupal\node\Tests\NodeAccessPagerTest::modules

Modules to enable.

Type: array

File

core/modules/node/src/Tests/NodeAccessPagerTest.php, line 28
Contains \Drupal\node\Tests\NodeAccessPagerTest.

Class

NodeAccessPagerTest
Tests access controlled node views have the right amount of comment pages.

Namespace

Drupal\node\Tests

Code

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