You are here

protected static property NodeAccessLanguageAwareCombinationTest::$modules in Drupal 9

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

Enable language and two node access modules.

Type: array

Overrides NodeAccessTestBase::$modules

File

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

Class

NodeAccessLanguageAwareCombinationTest
Tests node access functionality 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',
];