You are here

public static property MenuLinkContentTranslationUITest::$modules in Drupal 8

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

Modules to enable.

Type: array

Overrides ContentTranslationTestBase::$modules

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

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