You are here

protected static property BlockRemoveDisabledRegionUpdateTest::$modules in Drupal 8

Modules to enable after the database is loaded.

Overrides UpdatePathTestBase::$modules

File

core/modules/block/tests/src/Functional/Update/BlockRemoveDisabledRegionUpdateTest.php, line 20

Class

BlockRemoveDisabledRegionUpdateTest
Tests the upgrade path for removal of disabled region.

Namespace

Drupal\Tests\block\Functional\Update

Code

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