EngineNyanCatTest |
core/modules/system/src/Tests/Theme/EngineNyanCatTest.php |
Tests the multi theme engine support. |
EngineTwigTest |
core/modules/system/src/Tests/Theme/EngineTwigTest.php |
Tests Twig-specific theme functionality. |
EntityFilteringThemeTest |
core/modules/system/src/Tests/Theme/EntityFilteringThemeTest.php |
Tests themed output for each entity type in all available themes to ensure
entity labels are filtered for XSS. |
FastTest |
core/modules/system/src/Tests/Theme/FastTest.php |
Tests autocompletion not loading registry. |
FunctionsTest |
core/modules/system/src/Tests/Theme/FunctionsTest.php |
Tests for common theme functions. |
HtmlAttributesTest |
core/modules/system/src/Tests/Theme/HtmlAttributesTest.php |
Tests attributes inserted in the 'html' and 'body' elements on the page. |
ImageTest |
core/modules/system/src/Tests/Theme/ImageTest.php |
Tests built-in image theme functions. |
MessageTest |
core/modules/system/src/Tests/Theme/MessageTest.php |
Tests built-in message theme functions. |
RegistryTest |
core/modules/system/src/Tests/Theme/RegistryTest.php |
Tests the behavior of the ThemeRegistry class. |
StableLibraryOverrideTest |
core/modules/system/src/Tests/Theme/StableLibraryOverrideTest.php |
Tests Stable's library overrides. |
StableThemeTest |
core/modules/system/src/Tests/Theme/StableThemeTest.php |
Tests the behavior of the Stable theme. |
TableTest |
core/modules/system/src/Tests/Theme/TableTest.php |
Tests built-in table theme functions. |
ThemeEarlyInitializationTest |
core/modules/system/src/Tests/Theme/ThemeEarlyInitializationTest.php |
Tests that the theme system can be correctly initialized early in the page
request. |
ThemeInfoTest |
core/modules/system/src/Tests/Theme/ThemeInfoTest.php |
Tests processing of theme .info.yml properties. |
ThemeSettingsTest |
core/modules/system/src/Tests/Theme/ThemeSettingsTest.php |
Tests theme settings functionality. |
ThemeSuggestionsAlterTest |
core/modules/system/src/Tests/Theme/ThemeSuggestionsAlterTest.php |
Tests theme suggestion alter hooks. |
ThemeTest |
core/modules/system/src/Tests/Theme/ThemeTest.php |
Tests low-level theme functions. |
ThemeTokenTest |
core/modules/system/src/Tests/Theme/ThemeTokenTest.php |
Tests the generation of 'theme_token' key in Drupal settings. |
TwigDebugMarkupTest |
core/modules/system/src/Tests/Theme/TwigDebugMarkupTest.php |
Tests for Twig debug markup. |
TwigEnvironmentTest |
core/modules/system/src/Tests/Theme/TwigEnvironmentTest.php |
Tests the twig environment. |
TwigExtensionTest |
core/modules/system/src/Tests/Theme/TwigExtensionTest.php |
Tests Twig extensions. |
TwigFilterTest |
core/modules/system/src/Tests/Theme/TwigFilterTest.php |
Tests Drupal's Twig filters. |
TwigLoaderTest |
core/modules/system/src/Tests/Theme/TwigLoaderTest.php |
Tests adding Twig loaders. |
TwigNamespaceTest |
core/modules/system/src/Tests/Theme/TwigNamespaceTest.php |
Tests Twig namespaces. |
TwigRawTest |
core/modules/system/src/Tests/Theme/TwigRawTest.php |
Tests Twig 'raw' filter. |
TwigRegistryLoaderTest |
core/modules/system/src/Tests/Theme/TwigRegistryLoaderTest.php |
Tests Twig registry loader. |
TwigSettingsTest |
core/modules/system/src/Tests/Theme/TwigSettingsTest.php |
Tests overriding Twig engine settings via settings.php. |
TwigTransTest |
core/modules/system/src/Tests/Theme/TwigTransTest.php |
Tests Twig "trans" tags. |
TwigWhiteListTest |
core/modules/system/src/Tests/Theme/TwigWhiteListTest.php |
Tests white-listing of entity properties. |