70 calls to BrowserTestBase::config()

AjaxFormPageCacheTest::setUp in core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormPageCacheTest.php
BasicAuthTest::testBasicAuth in core/modules/basic_auth/tests/src/Functional/BasicAuthTest.php
Tests http basic authentication.
BlockContentTypeTest::testsBlockContentAddTypes in core/modules/block_content/tests/src/Functional/BlockContentTypeTest.php
Tests that redirects work as expected when multiple block types exist.
BlockTest::testBlockCacheTags in core/modules/block/tests/src/Functional/BlockTest.php
Tests that cache tags are properly set and bubbled up to the page cache.
BlockTest::testBlockThemeSelector in core/modules/block/tests/src/Functional/BlockTest.php
Tests that the block form has a theme selector when not passed via the URL.
BlockUiTest::testBlockPlacementIndicator in core/modules/block/tests/src/Functional/BlockUiTest.php
Tests the block placement indicator.
ConfigImportAllTest::testInstallUninstall in core/modules/config/tests/src/Functional/ConfigImportAllTest.php
Tests that a fixed set of modules can be installed and uninstalled.
ConfigInstallProfileOverrideTest::testInstallProfileConfigOverwrite in core/modules/config/tests/src/Functional/ConfigInstallProfileOverrideTest.php
Tests install profile config changes.
ConfigInstallWebTest::testIntegrationModuleReinstallation in core/modules/config/tests/src/Functional/ConfigInstallWebTest.php
Tests module re-installation.
ContactPersonalTest::testAdminContact in core/modules/contact/tests/src/Functional/ContactPersonalTest.php
Tests the personal contact form based access when an admin adds users.
ContactPersonalTest::testSendPersonalContactMessage in core/modules/contact/tests/src/Functional/ContactPersonalTest.php
Tests that mails for contact messages are correctly sent.
ContactStorageTest::testContactStorage in core/modules/contact/tests/src/Functional/ContactStorageTest.php
Tests configuration options and the site-wide contact form.
DemoUmamiProfileTest::testConfig in core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php
Tests the profile supplied configuration is the same after installation.
DisplayFeedTest::testFeedCacheability in core/modules/views/tests/src/Functional/Plugin/DisplayFeedTest.php
Tests the cacheability of the feed display.
DisplayPageWebTest::testAdminTheme in core/modules/views/tests/src/Functional/Plugin/DisplayPageWebTest.php
Tests the 'use_admin_theme' page display option.
DisplayTest::testAddDisplayBlockTranslation in core/modules/views_ui/tests/src/FunctionalJavascript/DisplayTest.php
Test if 'add' translations are filtered from multilingual display options.
DisplayTest::testInvalidDisplayPlugins in core/modules/views/tests/src/Functional/Plugin/DisplayTest.php
Tests invalid display plugins.
EditorAddLazyLoadImageFilterUpdateTest::testUpdateLazyImageLoad in core/modules/editor/tests/src/Functional/Update/EditorAddLazyLoadImageFilterUpdateTest.php
Tests upgrading filter settings.
EditorSanitizeImageUploadSettingsUpdateTest::testUpdateRemoveMeaninglessImageUploadSettings in core/modules/editor/tests/src/Functional/Update/EditorSanitizeImageUploadSettingsUpdateTest.php
Ensure image upload settings for Text Editor config entities are corrected.
EntityReferenceFieldDefaultValueTest::testEntityReferenceDefaultValue in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldDefaultValueTest.php
Tests that default values are correctly translated to UUIDs in config.
ErrorHandlerTest::testErrorHandler in core/modules/system/tests/src/Functional/System/ErrorHandlerTest.php
Tests the error handler.
FilterFormatConsolidateFilterConfigUpdateTest::testConsolidateFilterConfig in core/modules/filter/tests/src/Functional/FilterFormatConsolidateFilterConfigUpdateTest.php
@covers \filter_post_update_consolidate_filter_config
FilterFormatUpdateFilterSortingTest::testFilterPostUpdateSortFilters in core/modules/filter/tests/src/Functional/FilterFormatUpdateFilterSortingTest.php
Tests filter_post_update_sort_filters().
FormStoragePageCacheTest::setUp in core/modules/system/tests/src/Functional/Form/FormStoragePageCacheTest.php
GlossaryViewTest::testGlossaryLanguagePrefix in core/modules/views/tests/src/FunctionalJavascript/GlossaryViewTest.php
Tests that the glossary also works on a language prefixed URL.
LanguageConfigInstallOverrideExistingTest::testLanguageConfigInstallOverrideExisting in core/modules/language/tests/src/Functional/LanguageConfigInstallOverrideExistingTest.php
Tests when language config is installed existing config is not overridden.
LanguageConfigSchemaTest::testValidLanguageConfigSchema in core/modules/language/tests/src/Functional/LanguageConfigSchemaTest.php
Tests whether the language config schema is valid.
LanguageNegotiationContentEntityTest::testEnabledLanguageContentNegotiator in core/modules/language/tests/src/Functional/LanguageNegotiationContentEntityTest.php
Tests enabling the language negotiator language_content_entity.
LanguageUILanguageNegotiationTest::testContentCustomization in core/modules/language/tests/src/Functional/LanguageUILanguageNegotiationTest.php
Tests persistence of negotiation settings for the content language type.
LayoutBuilderFieldBlockEntityReferenceCacheTagsTest::setUp in core/modules/layout_builder/tests/src/Functional/LayoutBuilderFieldBlockEntityReferenceCacheTagsTest.php
LayoutBuilderSettingsUpdateTest::testLayoutBuilderPostUpdateExposeFieldBlockSetting in core/modules/layout_builder/tests/src/Functional/Update/LayoutBuilderSettingsUpdateTest.php
Tests layout_builder_post_update_default_expose_field_block_setting().
LinksetControllerMultiLingualTest::setUp in core/modules/system/tests/src/Functional/Menu/LinksetControllerMultiLingualTest.php
Test set up.
LocaleImportFunctionalTest::testStandalonePoFile in core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php
Tests import of standalone .po files.
LocaleTranslationChangeProjectVersionTest::setUp in core/modules/locale/tests/src/Functional/LocaleTranslationChangeProjectVersionTest.php
LocaleTranslationUiTest::testJavaScriptTranslation in core/modules/locale/tests/src/Functional/LocaleTranslationUiTest.php
Tests the rebuilding of JavaScript translation files on deletion.
LocaleUpdateBase::setTranslationFiles in core/modules/locale/tests/src/Functional/LocaleUpdateBase.php
Setup the environment containing local and remote translation files.
LocaleUpdateTest::testUpdateCheckStatus in core/modules/locale/tests/src/Functional/LocaleUpdateTest.php
Checks if local or remote translation sources are detected.
LocaleUpdateTest::testUpdateImportModeNonCustomized in core/modules/locale/tests/src/Functional/LocaleUpdateTest.php
Tests translation import and only overwrite non-customized translations.
LocaleUpdateTest::testUpdateImportModeNone in core/modules/locale/tests/src/Functional/LocaleUpdateTest.php
Tests translation import and don't overwrite any translation.
LocaleUpdateTest::testUpdateImportSourceLocal in core/modules/locale/tests/src/Functional/LocaleUpdateTest.php
Tests translation import from local sources.
LocaleUpdateTest::testUpdateImportSourceRemote in core/modules/locale/tests/src/Functional/LocaleUpdateTest.php
Tests translation import from remote sources.
MailDsnSettingsUpdateTest::testSystemPostUpdateMailerDsnSettings in core/modules/system/tests/src/Functional/Update/MailDsnSettingsUpdateTest.php
Tests system_post_update_mailer_dsn_settings().
MenuLinksetSettingsUpdateTest::testSystemPostUpdateLinksetSettings in core/modules/system/tests/src/Functional/Update/MenuLinksetSettingsUpdateTest.php
Tests system_post_update_linkset_settings().
MinimalTest::testMinimal in core/profiles/minimal/tests/src/Functional/MinimalTest.php
Tests Minimal installation profile.
NodeLanguageTest::testLanguages in core/modules/node/tests/src/Functional/Views/NodeLanguageTest.php
Tests translation language filter, field, and sort.
NodeLanguageTest::testNativeLanguageField in core/modules/node/tests/src/Functional/Views/NodeLanguageTest.php
Tests native name display in language field.
NumericFormatPluralTest::testNumericFormatPlural in core/modules/views/tests/src/Functional/Plugin/NumericFormatPluralTest.php
Tests plural formatting setting on a numeric views handler.
OliveroPostUpdateTest::testOliveroPrimaryColorUpdate in core/themes/olivero/tests/src/Functional/Update/OliveroPostUpdateTest.php
Tests update hook setting base primary color.
PageCacheTagsIntegrationTest::testPageCacheTags in core/modules/page_cache/tests/src/Functional/PageCacheTagsIntegrationTest.php
Tests that cache tags are properly bubbled up to the page level.
PageCacheTagsTestBase::setUp in core/modules/system/tests/src/Functional/Cache/PageCacheTagsTestBase.php
RegionalSettingsFormTest::testRegionalSettingsForm in core/modules/system/tests/src/Functional/Form/RegionalSettingsFormTest.php
Tests the system_regional_settings form.
SaveUploadFormTest::testHandleDangerousFile in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
Tests dangerous file handling.
SaveUploadTest::testHandleDangerousFile in core/modules/file/tests/src/Functional/SaveUploadTest.php
Tests dangerous file handling.
SaveUploadTest::testHandleDotFile in core/modules/file/tests/src/Functional/SaveUploadTest.php
Test dangerous file handling.
SessionTest::testEmptyAnonymousSession in core/modules/system/tests/src/Functional/Session/SessionTest.php
Tests that empty anonymous sessions are destroyed.
StatisticsAdminTest::testStatisticsSettings in core/modules/statistics/tests/src/Functional/StatisticsAdminTest.php
Verifies that the statistics settings page works.
ThemeTest::testCSSOverride in core/modules/system/tests/src/Functional/Theme/ThemeTest.php
Ensures a theme's .info.yml file is able to override a module CSS file from being added to the page.
UpdateContribTest::testHookUpdateStatusAlter in core/modules/update/tests/src/Functional/UpdateContribTest.php
Checks that hook_update_status_alter() works to change a status.
UpdateContribTest::testUpdateShowDisabledThemes in core/modules/update/tests/src/Functional/UpdateContribTest.php
Tests that uninstalled themes are only shown when desired.
UpdateScriptTest::testRequirements in core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php
Tests that requirements warnings and errors are correctly displayed.
UserAdminTest::testNotificationEmailAddress in core/modules/user/tests/src/Functional/UserAdminTest.php
Tests the alternate notification email address for user mails.
UserAdminTest::testUserAdmin in core/modules/user/tests/src/Functional/UserAdminTest.php
Registers a user and deletes it.
UserCreateTest::testUserAdd in core/modules/user/tests/src/Functional/UserCreateTest.php
Tests user creation and display from the administration interface.
UserEditTest::testUserEdit in core/modules/user/tests/src/Functional/UserEditTest.php
Tests user edit page.
UserPasswordResetTest::setUp in core/modules/user/tests/src/Functional/UserPasswordResetTest.php
UserPasswordResetTest::testUserPasswordResetPreferredLanguage in core/modules/user/tests/src/Functional/UserPasswordResetTest.php
Tests password reset functionality when user has set preferred language.
UserRegistrationRestTest::testRegisterUser in core/modules/user/tests/src/Functional/UserRegistrationRestTest.php
Tests that only anonymous users can register users.
UserRegistrationTest::testRegistrationWithEmailVerification in core/modules/user/tests/src/Functional/UserRegistrationTest.php
UserRegistrationTest::testRegistrationWithoutEmailVerification in core/modules/user/tests/src/Functional/UserRegistrationTest.php
ViewTranslationTest::setUp in core/modules/views/tests/src/Functional/ViewTranslationTest.php
Sets up the test.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.