public static property BlockInvalidRegionTest::$modules

Modules to enable.

Type: array

File

drupal/core/modules/block/lib/Drupal/block/Tests/BlockInvalidRegionTest.php, line 22
Definition of Drupal\block\Tests\BlockInvalidRegionTest.

Class

BlockInvalidRegionTest
Tests that a block assigned to an invalid region triggers the warning.

Namespace

Drupal\block\Tests

Code

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