AccessDeniedTest |
core/modules/system/src/Tests/System/AccessDeniedTest.php |
Tests page access denied functionality, including custom 403 pages. |
AdminMetaTagTest |
core/modules/system/src/Tests/System/AdminMetaTagTest.php |
Confirm that the fingerprinting meta tag appears as expected. |
AdminTest |
core/modules/system/src/Tests/System/AdminTest.php |
Tests output on administrative pages and compact mode functionality. |
CronQueueTest |
core/modules/system/src/Tests/System/CronQueueTest.php |
Tests the Cron Queue runner. |
CronRunTest |
core/modules/system/src/Tests/System/CronRunTest.php |
Tests cron runs. |
DateFormatsLockedTest |
core/modules/system/src/Tests/System/DateFormatsLockedTest.php |
Tests the locked functionality of date formats. |
DateFormatsMachineNameTest |
core/modules/system/src/Tests/System/DateFormatsMachineNameTest.php |
Tests validity of date format machine names. |
DateTimeTest |
core/modules/system/src/Tests/System/DateTimeTest.php |
Configure date and time settings. Test date formatting and time zone
handling, including daylight saving time. |
DefaultMobileMetaTagsTest |
core/modules/system/src/Tests/System/DefaultMobileMetaTagsTest.php |
Confirm that the default mobile meta tags appear as expected. |
ErrorHandlerTest |
core/modules/system/src/Tests/System/ErrorHandlerTest.php |
Performs tests on the Drupal error and exception handler. |
FloodTest |
core/modules/system/src/Tests/System/FloodTest.php |
Functional tests for the flood control mechanism. |
FrontPageTest |
core/modules/system/src/Tests/System/FrontPageTest.php |
Tests front page functionality and administration. |
HtaccessTest |
core/modules/system/src/Tests/System/HtaccessTest.php |
Tests .htaccess is working correctly. |
IgnoreReplicaSubscriberTest |
core/modules/system/src/Tests/System/IgnoreReplicaSubscriberTest.php |
Tests that ReplicaDatabaseIgnoreSubscriber functions correctly. |
IndexPhpTest |
core/modules/system/src/Tests/System/IndexPhpTest.php |
Tests the handling of requests containing 'index.php'. |
InfoAlterTest |
core/modules/system/src/Tests/System/InfoAlterTest.php |
Tests the effectiveness of hook_system_info_alter(). |
MainContentFallbackTest |
core/modules/system/src/Tests/System/MainContentFallbackTest.php |
Test SimplePageVariant main content rendering fallback page display variant. |
PageNotFoundTest |
core/modules/system/src/Tests/System/PageNotFoundTest.php |
Tests page not found functionality, including custom 404 pages. |
PageTitleTest |
core/modules/system/src/Tests/System/PageTitleTest.php |
Tests HTML output escaping of page title, site name, and slogan. |
ResponseGeneratorTest |
core/modules/system/src/Tests/System/ResponseGeneratorTest.php |
Tests to see if generator header is added. |
RetrieveFileTest |
core/modules/system/src/Tests/System/RetrieveFileTest.php |
Tests HTTP file fetching and error handling. |
SettingsRewriteTest |
core/modules/system/src/Tests/System/SettingsRewriteTest.php |
Tests the drupal_rewrite_settings() function. |
ShutdownFunctionsTest |
core/modules/system/src/Tests/System/ShutdownFunctionsTest.php |
Functional tests shutdown functions. |
SiteMaintenanceTest |
core/modules/system/src/Tests/System/SiteMaintenanceTest.php |
Tests access to site while in maintenance mode. |
StatusTest |
core/modules/system/src/Tests/System/StatusTest.php |
Tests output on the status overview page. |
SystemAuthorizeTest |
core/modules/system/src/Tests/System/SystemAuthorizeTest.php |
Tests the authorize.php script and related API. |
SystemConfigFormTestBase |
core/modules/system/src/Tests/System/SystemConfigFormTestBase.php |
Full generic test suite for any form that data with the configuration system. |
ThemeTest |
core/modules/system/src/Tests/System/ThemeTest.php |
Tests the theme interface functionality by enabling and switching themes, and
using an administration theme. |
TokenReplaceUnitTest |
core/modules/system/src/Tests/System/TokenReplaceUnitTest.php |
Generates text using placeholders for dummy content to check token
replacement. |
TokenReplaceUnitTestBase |
core/modules/system/src/Tests/System/TokenReplaceUnitTestBase.php |
Base class for token replacement tests. |
TokenReplaceWebTest |
core/modules/system/src/Tests/System/TokenReplaceWebTest.php |
Tests the token system integration. |
TokenScanTest |
core/modules/system/src/Tests/System/TokenScanTest.php |
Scan token-like patterns in a dummy text to check token scanning. |
TrustedHostsTest |
core/modules/system/src/Tests/System/TrustedHostsTest.php |
Tests output on the status overview page. |
UncaughtExceptionTest |
core/modules/system/src/Tests/System/UncaughtExceptionTest.php |
Tests kernel panic when things are really messed up. |