You are here

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

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

Modules to install.

Type: array

File

core/modules/block/src/Tests/BlockHiddenRegionTest.php, line 30
Contains \Drupal\block\Tests\BlockHiddenRegionTest.

Class

BlockHiddenRegionTest
Tests that a newly installed theme does not inherit blocks to its hidden regions.

Namespace

Drupal\block\Tests

Code

public static $modules = array(
  'block',
  'block_test',
  'search',
);