36 calls to FunctionalTestSetupTrait::writeSettings() in Drupal 8
- CommentUpdateTest::testCommentEntityTypeAndFieldUpdateRequirementsCheck in core/
modules/ comment/ tests/ src/ Functional/ Update/ CommentUpdateTest.php - Test the update hook requirements check for 8701.
- 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.
- 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 - InstallerTestBase::setUp in core/
modules/ simpletest/ src/ InstallerTestBase.php - Sets up a Drupal site for running functional and integration tests.
- LanguageNegotiationFormOverrideTest::testFormWithOverride in core/
modules/ config/ tests/ src/ Functional/ LanguageNegotiationFormOverrideTest.php - Tests that overrides do not affect language-negotiation form values.
- MenuLinkContentUpdateTest::testMissingDataUpdateRequirementsCheck in core/
modules/ menu_link_content/ tests/ src/ Functional/ Update/ MenuLinkContentUpdateTest.php - Test the update hook requirements check for revisionable menu links.
- MigrateNoMigrateDrupalTest::setUp in core/
modules/ migrate/ tests/ src/ Functional/ MigrateNoMigrateDrupalTest.php - NoPreExistingSchemaUpdateTest::testNoPreExistingSchema in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ NoPreExistingSchemaUpdateTest.php - Test 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 - Test redirect in rebuild.php.
- SelectProfileFormTest::setUp in core/
tests/ Drupal/ FunctionalJavascriptTests/ Core/ Installer/ Form/ SelectProfileFormTest.php - SessionTest::testSessionWrite in core/
modules/ system/ tests/ src/ Functional/ Session/ SessionTest.php - Test that sessions are only saved when necessary.
- StatusTest::setUp in core/
modules/ system/ tests/ src/ Functional/ System/ StatusTest.php - TaxonomyTermParentMultilingualTest::testMultilingualTermParentUpdate in core/
modules/ taxonomy/ tests/ src/ Functional/ Update/ TaxonomyTermParentMultilingualTest.php - Tests taxonomy multilingual term parents update.
- TaxonomyTermUpdatePathTest::testMissingDataUpdateRequirementsCheck in core/
modules/ taxonomy/ tests/ src/ Functional/ Update/ TaxonomyTermUpdatePathTest.php - Test the update hook requirements check for revisionable terms.
- TrustedHostsTest::testFakeRequests in core/
modules/ system/ tests/ src/ Functional/ System/ TrustedHostsTest.php - Tests that fake requests have the proper host configured.
- 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.
- UpdatePathTestBase::prepareSettings in core/
modules/ system/ src/ Tests/ Update/ UpdatePathTestBase.php - Add settings that are missed since the installer isn't run.
- WebTestBase::writeCustomTranslations in core/
modules/ simpletest/ src/ WebTestBase.php - Writes custom translations to the test site's settings.php.