protected static property EditorSecurityTest::$modules in Drupal 10
Same name and namespace in other branches
- 8 core/modules/editor/tests/src/Functional/EditorSecurityTest.php \Drupal\Tests\editor\Functional\EditorSecurityTest::modules
- 9 core/modules/editor/tests/src/Functional/EditorSecurityTest.php \Drupal\Tests\editor\Functional\EditorSecurityTest::modules
Modules to enable.
Type: array
File
- core/
modules/ editor/ tests/ src/ Functional/ EditorSecurityTest.php, line 48
Class
- EditorSecurityTest
- Tests XSS protection for content creators when using text editors.
Namespace
Drupal\Tests\editor\FunctionalCode
protected static $modules = [
'filter',
'editor',
'editor_test',
'node',
];