protected static property TranslationWebTest::$modules in Drupal 9
Same name and namespace in other branches
- 8 core/modules/field/tests/src/Functional/TranslationWebTest.php \Drupal\Tests\field\Functional\TranslationWebTest::modules
- 10 core/modules/field/tests/src/Functional/TranslationWebTest.php \Drupal\Tests\field\Functional\TranslationWebTest::modules
Modules to enable.
Type: array
Overrides BrowserTestBase::$modules
File
- core/
modules/ field/ tests/ src/ Functional/ TranslationWebTest.php, line 22
Class
- TranslationWebTest
- Tests multilanguage fields logic that require a full environment.
Namespace
Drupal\Tests\field\FunctionalCode
protected static $modules = [
'language',
'field_test',
'entity_test',
];