You are here

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

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

Modules to enable.

Type: array

File

core/modules/filter/src/Tests/FilterSecurityTest.php, line 28
Contains \Drupal\filter\Tests\FilterSecurityTest.

Class

FilterSecurityTest
Tests the behavior of check_markup() when a filter or text format vanishes, or when check_markup() is called in such a way that it is instructed to skip all filters of the "FilterInterface::TYPE_HTML_RESTRICTOR" type.

Namespace

Drupal\filter\Tests

Code

public static $modules = array(
  'node',
  'filter_test',
);