You are here

public static property BlockViewBuilderTest::$modules in Drupal 8

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

Modules to install.

Type: array

Overrides KernelTestBase::$modules

File

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

Class

BlockViewBuilderTest
Tests the block view builder.

Namespace

Drupal\Tests\block\Kernel

Code

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