You are here

public static property BlockLanguageTest::$modules in Zircon Profile 8

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

Modules to install.

Type: array

File

core/modules/block/src/Tests/BlockLanguageTest.php, line 31
Contains \Drupal\block\Tests\BlockLanguageTest.

Class

BlockLanguageTest
Tests if a block can be configured to be only visible on a particular language.

Namespace

Drupal\block\Tests

Code

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