You are here

protected static property BlockViewBuilderTest::$modules in Drupal 10

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

Modules to install.

Type: array

File

core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php, line 23

Class

BlockViewBuilderTest
Tests the block view builder.

Namespace

Drupal\Tests\block\Kernel

Code

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