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