You are here

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

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

Modules to enable.

Type: array

Overrides NodeTestBase::$modules

File

core/modules/node/src/Tests/NodeQueryAlterTest.php, line 22
Contains \Drupal\node\Tests\NodeQueryAlterTest.

Class

NodeQueryAlterTest
Tests that node access queries are properly altered by the node module.

Namespace

Drupal\node\Tests

Code

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