You are here

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

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

Modules to enable.

Type: array

Overrides NodeTestBase::$modules

File

core/modules/node/src/Tests/NodeAccessGrantsCacheContextTest.php, line 23
Contains \Drupal\node\Tests\NodeAccessGrantsCacheContextTest.

Class

NodeAccessGrantsCacheContextTest
Tests the node access grants cache context service.

Namespace

Drupal\node\Tests

Code

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