You are here

protected static property BlockStorageUnitTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php \Drupal\Tests\block\Kernel\BlockStorageUnitTest::modules
  2. 10 core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php \Drupal\Tests\block\Kernel\BlockStorageUnitTest::modules

Modules to install.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php, line 24

Class

BlockStorageUnitTest
Tests the storage of blocks.

Namespace

Drupal\Tests\block\Kernel

Code

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