You are here

namespace Drupal\Tests\system\Functional\Theme in Drupal 10

Same name in other branches
  1. 8 Drupal\Tests\system\Functional\Theme
  2. 9 Drupal\Tests\system\Functional\Theme
Classsort descending Location Description
EngineNyanCatTest core/modules/system/tests/src/Functional/Theme/EngineNyanCatTest.php Tests the multi theme engine support.
EngineTwigTest core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php Tests Twig-specific theme functionality.
EntityFilteringThemeTest core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php Tests themed output for each entity type in all available themes to ensure entity labels are filtered for XSS.
ExperimentalThemeTest core/modules/system/tests/src/Functional/Theme/ExperimentalThemeTest.php Tests the installation of experimental themes.
HtmlAttributesTest core/modules/system/tests/src/Functional/Theme/HtmlAttributesTest.php Tests attributes inserted in the 'html' and 'body' elements on the page.
ImageLoadingAttributeTest core/modules/system/tests/src/Functional/Theme/ImageLoadingAttributeTest.php Tests lazy loading for images.
MaintenanceThemeUpdateRegistryTest core/modules/system/tests/src/Functional/Theme/MaintenanceThemeUpdateRegistryTest.php Ensures theme update functions are registered for maintenance themes.
ThemeEarlyInitializationTest core/modules/system/tests/src/Functional/Theme/ThemeEarlyInitializationTest.php Tests that the theme system can be correctly initialized early in the page request.
ThemeInfoTest core/modules/system/tests/src/Functional/Theme/ThemeInfoTest.php Tests processing of theme .info.yml properties.
ThemeSuggestionsAlterTest core/modules/system/tests/src/Functional/Theme/ThemeSuggestionsAlterTest.php Tests theme suggestion alter hooks.
ThemeTest core/modules/system/tests/src/Functional/Theme/ThemeTest.php Tests low-level theme functions.
ThemeTokenTest core/modules/system/tests/src/Functional/Theme/ThemeTokenTest.php Tests the generation of 'theme_token' key in Drupal settings.
ThemeUiTest core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Tests the theme UI.
ThemeUpdateTest core/modules/system/tests/src/Functional/Theme/ThemeUpdateTest.php Tests low-level theme functions.
TwigDebugMarkupTest core/modules/system/tests/src/Functional/Theme/TwigDebugMarkupTest.php Tests for Twig debug markup.
TwigEnvironmentTest core/modules/system/tests/src/Functional/Theme/TwigEnvironmentTest.php Tests Twig environment.
TwigExtensionTest core/modules/system/tests/src/Functional/Theme/TwigExtensionTest.php Tests Twig extensions.
TwigLoaderTest core/modules/system/tests/src/Functional/Theme/TwigLoaderTest.php Tests adding Twig loaders.
TwigRegistryLoaderTest core/modules/system/tests/src/Functional/Theme/TwigRegistryLoaderTest.php Tests Twig registry loader.
TwigSettingsTest core/modules/system/tests/src/Functional/Theme/TwigSettingsTest.php Tests overriding Twig engine settings via settings.php.
TwigTransTest core/modules/system/tests/src/Functional/Theme/TwigTransTest.php Tests Twig "trans" tags.