You are here

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

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

Modules to enable.

Type: array

Overrides NodeTestBase::$modules

File

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

Class

NodeAccessFieldTest
Tests the interaction of the node access system with fields.

Namespace

Drupal\node\Tests

Code

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