You are here

public static property EditorSecurityTest::$modules in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/editor/src/Tests/EditorSecurityTest.php \Drupal\editor\Tests\EditorSecurityTest::modules

Modules to enable.

Type: array

File

core/modules/editor/src/Tests/EditorSecurityTest.php, line 46
Contains \Drupal\editor\Tests\EditorSecurityTest.

Class

EditorSecurityTest
Tests XSS protection for content creators when using text editors.

Namespace

Drupal\editor\Tests

Code

public static $modules = array(
  'filter',
  'editor',
  'editor_test',
  'node',
);