You are here

31 calls to FunctionalTestSetupTrait::writeSettings() in Drupal 9

ConfigEntityFormOverrideTest::testFormsWithOverrides in core/modules/config/tests/src/Functional/ConfigEntityFormOverrideTest.php
Tests that overrides do not affect forms or listing screens.
ConfigExportUITest::setUp in core/modules/config/tests/src/Functional/ConfigExportUITest.php
ConfigFormOverrideTest::testFormsWithOverrides in core/modules/config/tests/src/Functional/ConfigFormOverrideTest.php
Tests that overrides do not affect forms.
ConfigTest::testFileConfigurationPage in core/modules/system/tests/src/Functional/File/ConfigTest.php
Tests file configuration page.
ConfigTranslationOverviewTest::testListingPageWithOverrides in core/modules/config_translation/tests/src/Functional/ConfigTranslationOverviewTest.php
Tests that overrides do not affect listing screens.
ContainerRebuildWebTest::testContainerInvalidation in core/modules/system/tests/src/Functional/DrupalKernel/ContainerRebuildWebTest.php
Tests container invalidation.
ContainerRebuildWebTest::testSetContainerRebuildWithDifferentDeploymentIdentifier in core/modules/system/tests/src/Functional/DrupalKernel/ContainerRebuildWebTest.php
Sets a different deployment identifier.
DatabaseDriverProvidedByModuleTest::testDatabaseDriverIsProvidedByModuleButTheModuleIsNotEnabled in core/modules/system/tests/src/Functional/System/DatabaseDriverProvidedByModuleTest.php
Tests that the status page shows the error message.
DatabaseVersionCheckUpdateTest::testUpdate in core/modules/system/tests/src/Functional/Update/DatabaseVersionCheckUpdateTest.php
Tests that updates fail if the database does not meet the minimum version.
FunctionalTestSetupTrait::prepareSettings in core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php
Prepares site settings and services before installation.
InstallerTestBase::setUp in core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php
InstallerWithTablePrefixArrayTest::testInstall in core/tests/Drupal/FunctionalTests/Installer/InstallerWithTablePrefixArrayTest.php
Ensures that the status report raises the warning after installation.
LanguageNegotiationFormOverrideTest::testFormWithOverride in core/modules/config/tests/src/Functional/LanguageNegotiationFormOverrideTest.php
Tests that overrides do not affect language-negotiation form values.
NoPreExistingSchemaUpdateTest::testNoPreExistingSchema in core/modules/system/tests/src/Functional/UpdateSystem/NoPreExistingSchemaUpdateTest.php
Tests the system module updates with no dependencies installed.
PageCacheTest::testPageCacheAnonymous403404 in core/modules/page_cache/tests/src/Functional/PageCacheTest.php
Tests the 4xx-response cache tag is added and invalidated.
PageCacheTest::testPageCacheWithoutVaryCookie in core/modules/page_cache/tests/src/Functional/PageCacheTest.php
Tests the omit_vary_cookie setting.
PageTitleTest::testRoutingTitle in core/modules/system/tests/src/Functional/System/PageTitleTest.php
Tests the page title of render arrays.
RebuildScriptTest::testRebuild in core/modules/system/tests/src/Functional/UpdateSystem/RebuildScriptTest.php
Tests redirect in rebuild.php.
SecurityAdvisoryTest::writeSettings in core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php
Rewrites the settings.php file of the test site.
SessionTest::testSessionWrite in core/modules/system/tests/src/Functional/Session/SessionTest.php
Tests that sessions are only saved when necessary.
StatusTest::setUp in core/modules/system/tests/src/Functional/System/StatusTest.php
TrustedHostsTest::testFakeRequests in core/modules/system/tests/src/Functional/System/TrustedHostsTest.php
Tests that fake requests have the proper host configured.
TrustedHostsTest::testRequestBags in core/modules/system/tests/src/Functional/System/TrustedHostsTest.php
Tests that the request bags have the correct classes.
TrustedHostsTest::testStatusPageWithConfiguration in core/modules/system/tests/src/Functional/System/TrustedHostsTest.php
Tests that the status page shows the trusted patterns from settings.php.
UncaughtExceptionTest::setUp in core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php
UncaughtExceptionTest::testErrorContainer in core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php
Tests a container which has an error.
UncaughtExceptionTest::testExceptionContainer in core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php
Tests a container which has an exception really early.
UncaughtExceptionTest::testLostDatabaseConnection in core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php
Tests the case when the database connection is gone.
UncaughtExceptionTest::testUncaughtException in core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php
Tests uncaught exception handling when system is in a bad state.
UpdateCacheTest::testCaches in core/modules/system/tests/src/Functional/UpdateSystem/UpdateCacheTest.php
Tests that caches are cleared during updates.
UpdatePathTestBase::prepareSettings in core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php
Add settings that are missed since the installer isn't run.