You are here

protected static property MenuLinkContentTranslationUITest::$modules in Drupal 10

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

Modules to enable.

Type: array

File

core/modules/menu_link_content/tests/src/Functional/MenuLinkContentTranslationUITest.php, line 25

Class

MenuLinkContentTranslationUITest
Tests the menu link content translation UI.

Namespace

Drupal\Tests\menu_link_content\Functional

Code

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