You are here

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

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

Enable language and two node access modules.

Type: array

Overrides NodeTestBase::$modules

File

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

Class

NodeAccessLanguageAwareCombinationTest
Tests node access functionality with multiple languages and two node access modules.

Namespace

Drupal\node\Tests

Code

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