You are here

protected static property ToolbarMenuTranslationTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/toolbar/tests/src/Functional/ToolbarMenuTranslationTest.php \Drupal\Tests\toolbar\Functional\ToolbarMenuTranslationTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/toolbar/tests/src/Functional/ToolbarMenuTranslationTest.php, line 26

Class

ToolbarMenuTranslationTest
Tests that the toolbar icon class remains for translated menu items.

Namespace

Drupal\Tests\toolbar\Functional

Code

protected static $modules = [
  'toolbar',
  'toolbar_test',
  'locale',
  'locale_test',
];