You are here

protected static property ContentTranslationDisableSettingTest::$modules in Drupal 10

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

File

core/modules/content_translation/tests/src/Functional/ContentTranslationDisableSettingTest.php, line 17

Class

ContentTranslationDisableSettingTest
Test disabling content translation module.

Namespace

Drupal\Tests\content_translation\Functional

Code

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