protected static property EntityTranslationFormTest::$modules in Drupal 9
Same name and namespace in other branches
- 8 core/modules/system/tests/src/Functional/Entity/EntityTranslationFormTest.php \Drupal\Tests\system\Functional\Entity\EntityTranslationFormTest::modules
- 10 core/modules/system/tests/src/Functional/Entity/EntityTranslationFormTest.php \Drupal\Tests\system\Functional\Entity\EntityTranslationFormTest::modules
Modules to enable.
Type: array
Overrides BrowserTestBase::$modules
File
- core/
modules/ system/ tests/ src/ Functional/ Entity/ EntityTranslationFormTest.php, line 23
Class
- EntityTranslationFormTest
- Tests entity translation form.
Namespace
Drupal\Tests\system\Functional\EntityCode
protected static $modules = [
'entity_test',
'language',
'node',
];