You are here

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

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

Modules to install.

Type: array

File

core/modules/block/src/Tests/BlockLanguageCacheTest.php, line 26
Contains \Drupal\block\Tests\BlockLanguageCacheTest.

Class

BlockLanguageCacheTest
Tests display of menu blocks with multiple languages.

Namespace

Drupal\block\Tests

Code

public static $modules = array(
  'block',
  'language',
  'menu_ui',
);