NodeAccessLanguageAwareCombinationTest::$modules

Enable language and two node access modules.

Type: array

Overrides NodeAccessTestBase::$modules

File

core/modules/node/tests/src/Kernel/NodeAccessLanguageAwareCombinationTest.php, line 27

Class

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

Namespace

Drupal\Tests\node\Kernel

Code

protected static $modules = [
  'language',
  'node_access_test_language',
  'node_access_test',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.