BlockHiddenRegionTest::$modules

Modules to install.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/block/tests/src/Functional/BlockHiddenRegionTest.php, line 24

Class

BlockHiddenRegionTest
Tests that blocks are not added to hidden regions on theme installation.

Namespace

Drupal\Tests\block\Functional

Code

protected static $modules = [
  'block',
  'block_test',
  'search',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.