protected property EditorSecurityTest::$defaultTheme in Drupal 9
Same name and namespace in other branches
- 8 core/modules/editor/tests/src/Functional/EditorSecurityTest.php \Drupal\Tests\editor\Functional\EditorSecurityTest::defaultTheme
- 10 core/modules/editor/tests/src/Functional/EditorSecurityTest.php \Drupal\Tests\editor\Functional\EditorSecurityTest::defaultTheme
The theme to install as the default for testing.
Defaults to the install profile's default theme, if it specifies any.
Type: string
Overrides BrowserTestBase::$defaultTheme
File
- core/
modules/ editor/ tests/ src/ Functional/ EditorSecurityTest.php, line 27
Class
- EditorSecurityTest
- Tests XSS protection for content creators when using text editors.
Namespace
Drupal\Tests\editor\FunctionalCode
protected $defaultTheme = 'stark';