You are here

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

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/Common/XssUnitTest.php \Drupal\system\Tests\Common\XssUnitTest::modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/system/src/Tests/Common/XssUnitTest.php, line 26
Contains \Drupal\system\Tests\Common\XssUnitTest.

Class

XssUnitTest
Confirm that \Drupal\Component\Utility\Xss::filter() and check_url() work correctly, including invalid multi-byte sequences.

Namespace

Drupal\system\Tests\Common

Code

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