protected static property LocaleContentTest::$modules in Drupal 10
Same name and namespace in other branches
- 8 core/modules/locale/tests/src/Functional/LocaleContentTest.php \Drupal\Tests\locale\Functional\LocaleContentTest::modules
- 9 core/modules/locale/tests/src/Functional/LocaleContentTest.php \Drupal\Tests\locale\Functional\LocaleContentTest::modules
Modules to enable.
Type: array
File
- core/
modules/ locale/ tests/ src/ Functional/ LocaleContentTest.php, line 22
Class
- LocaleContentTest
- Tests you can enable multilingual support on content types and configure a language for a node.
Namespace
Drupal\Tests\locale\FunctionalCode
protected static $modules = [
'node',
'locale',
];