You are here

public static property MenuBlockCurrentLanguageTest::$modules in Menu block current language 8

Modules to enable.

Type: array

Overrides ContentTranslationTestBase::$modules

File

tests/src/Functional/MenuBlockCurrentLanguageTest.php, line 34

Class

MenuBlockCurrentLanguageTest
Functional tests for menu_block_current_language.

Namespace

Drupal\Tests\menu_block_current_language\Functional

Code

public static $modules = [
  'language',
  'locale',
  'content_translation',
  'block',
  'test_page_test',
  'menu_ui',
  'menu_link_content',
  'menu_block_current_language',
  'menu_block_current_language_views_test',
];