You are here

protected static property ContentTranslationSettingsApiTest::$modules in Drupal 10

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

Modules to enable.

Type: array

File

core/modules/content_translation/tests/src/Kernel/ContentTranslationSettingsApiTest.php, line 20

Class

ContentTranslationSettingsApiTest
Tests the content translation settings API.

Namespace

Drupal\Tests\content_translation\Kernel

Code

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