You are here

public static property ToolbarMenuTranslationTest::$modules in Zircon Profile 8.0

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

Modules to enable.

Type: array

File

core/modules/toolbar/src/Tests/ToolbarMenuTranslationTest.php, line 31
Contains \Drupal\toolbar\Tests\ToolbarMenuTranslationTest.

Class

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

Namespace

Drupal\toolbar\Tests

Code

public static $modules = array(
  'toolbar',
  'toolbar_test',
  'locale',
  'locale_test',
);