You are here

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

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

Modules to enable.

Type: array

Overrides NodeTestBase::$modules

File

core/modules/node/src/Tests/NodeAccessGrantsTest.php, line 27
Contains \Drupal\node\Tests\NodeAccessGrantsTest.

Class

NodeAccessGrantsTest
Tests basic node_access functionality with hook_node_grants().

Namespace

Drupal\node\Tests

Code

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