You are here

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

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

Modules to install.

Type: array

File

core/modules/block/src/Tests/BlockXssTest.php, line 29
Contains \Drupal\block\Tests\BlockXssTest.

Class

BlockXssTest
Tests that the block module properly escapes block descriptions.

Namespace

Drupal\block\Tests

Code

public static $modules = [
  'block',
  'block_content',
  'menu_ui',
  'views',
];