You are here

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

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

Modules to enable.

Type: array

File

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

Class

FilterHtmlImageSecureTest
Tests restriction of IMG tags in HTML input.

Namespace

Drupal\filter\Tests

Code

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