protected static property ContentTranslationSettingsTest::$modules in Drupal 10
Same name and namespace in other branches
- 8 core/modules/content_translation/tests/src/Functional/ContentTranslationSettingsTest.php \Drupal\Tests\content_translation\Functional\ContentTranslationSettingsTest::modules
 - 9 core/modules/content_translation/tests/src/Functional/ContentTranslationSettingsTest.php \Drupal\Tests\content_translation\Functional\ContentTranslationSettingsTest::modules
 
Modules to enable.
Type: array
File
- core/
modules/ content_translation/ tests/ src/ Functional/ ContentTranslationSettingsTest.php, line 28  
Class
- ContentTranslationSettingsTest
 - Tests the content translation settings UI.
 
Namespace
Drupal\Tests\content_translation\FunctionalCode
protected static $modules = [
  'language',
  'content_translation',
  'node',
  'comment',
  'field_ui',
  'entity_test',
];