You are here

protected static property ContentTranslationModuleInstallTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/content_translation/tests/src/Kernel/ContentTranslationModuleInstallTest.php \Drupal\Tests\content_translation\Kernel\ContentTranslationModuleInstallTest::modules
  2. 9 core/modules/content_translation/tests/src/Kernel/ContentTranslationModuleInstallTest.php \Drupal\Tests\content_translation\Kernel\ContentTranslationModuleInstallTest::modules

File

core/modules/content_translation/tests/src/Kernel/ContentTranslationModuleInstallTest.php, line 19

Class

ContentTranslationModuleInstallTest
Tests content translation for modules that provide translatable bundles.

Namespace

Drupal\Tests\content_translation\Kernel

Code

protected static $modules = [
  'content_translation',
  'content_translation_test',
  'entity_test',
  'language',
  'user',
];