You are here

public static property BlockViewBuilderTest::$modules in Zircon Profile 8

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

Modules to install.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/block/src/Tests/BlockViewBuilderTest.php, line 28
Contains \Drupal\block\Tests\BlockViewBuilderTest.

Class

BlockViewBuilderTest
Tests the block view builder.

Namespace

Drupal\block\Tests

Code

public static $modules = array(
  'block',
  'block_test',
  'system',
  'user',
);