You are here

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

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

Modules to install.

Type: array

File

core/modules/block/src/Tests/BlockFormInBlockTest.php, line 24
Contains \Drupal\block\Tests\BlockFormInBlockTest.

Class

BlockFormInBlockTest
Tests form in block caching.

Namespace

Drupal\block\Tests

Code

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