You are here

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

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

Modules to install.

Type: array

File

core/modules/block/src/Tests/BlockUiTest.php, line 25
Contains \Drupal\block\Tests\BlockUiTest.

Class

BlockUiTest
Tests that the block configuration UI exists and stores data correctly.

Namespace

Drupal\block\Tests

Code

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