public static property NodeAccessLanguageAwareTest::$modules in Drupal 8
Same name and namespace in other branches
- 9 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\KernelCode
public static $modules = [
'language',
'node_access_test_language',
];