50 calls to KernelTestBase::config()
- BlockConfigSchemaTest::testBlockConfigSchema in core/
modules/ block/ tests/ src/ Kernel/ BlockConfigSchemaTest.php - Tests the block config schema for block plugins.
- CommandsTest::testAttachedSettings in core/
tests/ Drupal/ KernelTests/ Core/ Ajax/ CommandsTest.php - Regression test: Settings command exists regardless of JS aggregation.
- ConfigCRUDTest::testCRUD in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigCRUDTest.php - Tests CRUD operations.
- ConfigCRUDTest::testDataTypes in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigCRUDTest.php - Tests data type handling.
- ConfigCRUDTest::testNameValidation in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigCRUDTest.php - Tests the validation of configuration object names.
- ConfigDependencyTest::testDependencyManagement in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigDependencyTest.php - Tests creating dependencies on configuration entities.
- ConfigEntityImportTest::assertConfigUpdateImport in core/
modules/ system/ tests/ src/ Kernel/ Entity/ ConfigEntityImportTest.php - Asserts that config entities are updated during import.
- ConfigEntityNormalizeTest::testNormalize in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigEntityNormalizeTest.php - ConfigEventsTest::testConfigRenameEvent in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigEventsTest.php - Tests configuration rename event that is fired from the ConfigFactory.
- ConfigFileContentTest::testReadWriteConfig in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigFileContentTest.php - Tests setting, writing, and reading of a configuration setting.
- ConfigImporterTest::testDeleted in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigImporterTest.php - Tests deletion of configuration during import.
- ConfigImporterTest::testIsSyncingInHooks in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigImporterTest.php - Tests the isSyncing flags.
- ConfigImporterTest::testNew in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigImporterTest.php - Tests creation of configuration during import.
- ConfigImporterTest::testNoImport in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigImporterTest.php - Tests omission of module APIs for bare configuration operations.
- ConfigImporterTest::testUpdated in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigImporterTest.php - Tests updating of configuration during import.
- ConfigImportRenameValidationTest::testRenameSimpleConfigValidation in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigImportRenameValidationTest.php - Tests configuration renaming validation for simple configuration.
- ConfigInstallTest::testModuleInstallation in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigInstallTest.php - Tests module installation.
- ConfigSchemaDeprecationTest::testConfigSchemaDeprecation in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigSchemaDeprecationTest.php - Tests config schema deprecation.
- ContentTranslationConfigImportTest::testConfigImportUpdates in core/
modules/ content_translation/ tests/ src/ Kernel/ ContentTranslationConfigImportTest.php - Tests config import updates.
- EntityDisplayTest::testBaseFieldComponent in core/
modules/ field_ui/ tests/ src/ Kernel/ EntityDisplayTest.php - Tests the behavior of a field component for a base field.
- EntityFormDisplayTest::testBaseFieldComponent in core/
modules/ field_ui/ tests/ src/ Kernel/ EntityFormDisplayTest.php - Tests the behavior of a field component for a base field.
- KernelTestBase::disableModules in core/
tests/ Drupal/ KernelTests/ KernelTestBase.php - Disables modules for this test.
- MigrateActionConfigsTest::testActionSettings in core/
modules/ system/ tests/ src/ Kernel/ Migrate/ d6/ MigrateActionConfigsTest.php - Tests migration of action variables to null.
- MigrateActionConfigsTest::testActionSettings in core/
modules/ system/ tests/ src/ Kernel/ Migrate/ d7/ MigrateActionConfigsTest.php - Tests migration of action variables to null.
- MigrateAggregatorConfigsTest::testAggregatorSettings in core/
modules/ aggregator/ tests/ src/ Kernel/ Migrate/ d6/ MigrateAggregatorConfigsTest.php - Tests migration of aggregator variables to aggregator.settings.yml.
- MigrateBlockTest::assertEntity in core/
modules/ block/ tests/ src/ Kernel/ Migrate/ d7/ MigrateBlockTest.php - Asserts various aspects of a block.
- MigrateBlockTest::setUp in core/
modules/ block/ tests/ src/ Kernel/ Migrate/ d7/ MigrateBlockTest.php - MigrateBlockTest::setUp in core/
modules/ block/ tests/ src/ Kernel/ Migrate/ d6/ MigrateBlockTest.php - MigrateBlockTest::setUp in core/
modules/ aggregator/ tests/ src/ Kernel/ Migrate/ d6/ MigrateBlockTest.php - MigrateColorTest::testMigrateColor in core/
modules/ color/ tests/ src/ Kernel/ Migrate/ d7/ MigrateColorTest.php - Tests migration of color's variables to configuration.
- MigrateConfigRollbackTest::testConfigRollback in core/
modules/ migrate/ tests/ src/ Kernel/ MigrateConfigRollbackTest.php - Tests rolling back configuration.
- MigrateEntityTranslationSettingsTest::testEntityTranslationSettingsMigration in core/
modules/ content_translation/ tests/ src/ Kernel/ Migrate/ d7/ MigrateEntityTranslationSettingsTest.php - Tests entity translation settings migration.
- MigrateGlobalThemeSettingsTest::testMigrateThemeSettings in core/
modules/ system/ tests/ src/ Kernel/ Migrate/ d7/ MigrateGlobalThemeSettingsTest.php - Tests migration of global theme settings to configuration.
- MigrateImageSettingsTest::testMigration in core/
modules/ image/ tests/ src/ Kernel/ Migrate/ d7/ MigrateImageSettingsTest.php - Tests the migration.
- MigrateSyslogConfigsTest::testSyslogSettings in core/
modules/ syslog/ tests/ src/ Kernel/ Migrate/ d6/ MigrateSyslogConfigsTest.php - Tests migration of syslog variables to syslog.settings.yml.
- MigrateSyslogConfigsTest::testSyslogSettings in core/
modules/ syslog/ tests/ src/ Kernel/ Migrate/ d7/ MigrateSyslogConfigsTest.php - Tests migration of syslog variables to syslog.settings.yml.
- MigrateTaxonomyConfigsTest::testTaxonomySettings in core/
modules/ taxonomy/ tests/ src/ Kernel/ Migrate/ MigrateTaxonomyConfigsTest.php - Tests migration of taxonomy variables to taxonomy.settings.yml.
- MigrateTextConfigsTest::testTextSettings in core/
modules/ text/ tests/ src/ Kernel/ Migrate/ MigrateTextConfigsTest.php - Tests migration of text variables to text.settings.yml.
- MigrateThemeSettingsTest::testMigrateThemeSettings in core/
modules/ system/ tests/ src/ Kernel/ Migrate/ d7/ MigrateThemeSettingsTest.php - Tests migration of theme settings to variables to configuration.
- MigrateUpdateConfigsTest::testUpdateSettings in core/
modules/ update/ tests/ src/ Kernel/ Migrate/ d6/ MigrateUpdateConfigsTest.php - Tests migration of update variables to update.settings.yml.
- MigrateUserConfigsTest::testUserMail in core/
modules/ user/ tests/ src/ Kernel/ Migrate/ d6/ MigrateUserConfigsTest.php - Tests migration of user variables to user.mail.yml.
- MigrateUserMailTest::testMigration in core/
modules/ user/ tests/ src/ Kernel/ Migrate/ d7/ MigrateUserMailTest.php - Tests the migration.
- MigrateUserSettingsTest::testMigration in core/
modules/ user/ tests/ src/ Kernel/ Migrate/ d7/ MigrateUserSettingsTest.php - Tests the migration.
- StreamWrapperTest::testUriFunctions in core/
tests/ Drupal/ KernelTests/ Core/ File/ StreamWrapperTest.php - Tests the getViaUri() and getViaScheme() methods and target functions.
- ThemeInstallerTest::extensionConfig in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ ThemeInstallerTest.php - Returns the system.theme config object.
- ThemeSettingsTest::testLogoConfig in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ ThemeSettingsTest.php - Tests that the default logo config can be overridden.
- TokenReplaceKernelTest::testSystemSiteTokenReplacement in core/
modules/ system/ tests/ src/ Kernel/ Token/ TokenReplaceKernelTest.php - Tests the generation of all system site information tokens.
- UserActionConfigSchemaTest::testValidUserActionConfigSchema in core/
modules/ user/ tests/ src/ Kernel/ UserActionConfigSchemaTest.php - Tests whether the user action config schema are valid.
- UserMailNotifyTest::testUserRecoveryMailLanguage in core/
modules/ user/ tests/ src/ Kernel/ UserMailNotifyTest.php - Tests recovery email content and token langcode is aligned.
- ViewEntityDependenciesTest::testGetDependencies in core/
modules/ views/ tests/ src/ Kernel/ Entity/ ViewEntityDependenciesTest.php - Tests the getDependencies method.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.