You are here

protected static property BlockContextMappingUpdateTest::$modules in Zircon Profile 8

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

Modules to enable after the database is loaded.

Overrides UpdatePathTestBase::$modules

File

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

Class

BlockContextMappingUpdateTest
Tests the upgrade path for block context mapping renames.

Namespace

Drupal\block\Tests\Update

Code

protected static $modules = [
  'block_test',
  'language',
];