You are here

protected static property NodeAccessLanguageAwareTest::$modules in Drupal 9

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

Enable language and a language-aware node access module.

Type: array

Overrides NodeAccessTestBase::$modules

File

core/modules/node/tests/src/Kernel/NodeAccessLanguageAwareTest.php, line 25

Class

NodeAccessLanguageAwareTest
Tests node_access and select queries with node_access tag functionality with multiple languages with node_access_test_language which is language-aware.

Namespace

Drupal\Tests\node\Kernel

Code

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