You are here

25 calls to ConfigTestTrait::configImporter() in Drupal 10

ConfigEntityImportTest::assertConfigUpdateImport in core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php
Asserts that config entities are updated during import.
ConfigImporterTest::testCustomStep in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
Tests that the isConfigSyncing flag is set correctly during a custom step.
ConfigImporterTest::testDeleted in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
Tests deletion of configuration during import.
ConfigImporterTest::testEmptyImportFails in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
Tests that trying to import from an empty sync configuration directory fails.
ConfigImporterTest::testInstallProfile in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
Tests install profile validation during configuration import.
ConfigImporterTest::testInstallProfileMisMatch in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
Tests install profile validation during configuration import.
ConfigImporterTest::testInvalidStep in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
Tests that the isConfigSyncing flag is cleanup after an invalid step.
ConfigImporterTest::testIsSyncingInHooks in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
Tests the isSyncing flags.
ConfigImporterTest::testMissingCoreExtension in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
Tests missing core.extension during configuration import.
ConfigImporterTest::testNew in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
Tests creation of configuration during import.
ConfigImporterTest::testRequiredModuleValidation in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
Tests uninstall validators being called during synchronization.
ConfigImporterTest::testSecondaryDeletedDeleteeSecond in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
Tests that secondary deletes for deleted files work as expected.
ConfigImporterTest::testSecondaryUpdateDeletedDeleteeFirst in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
Tests that secondary updates for deleted files work as expected.
ConfigImporterTest::testSecondaryUpdateDeletedDeleterFirst in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
Tests that secondary updates for deleted files work as expected.
ConfigImporterTest::testSecondaryWritePrimaryFirst in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
Tests that secondary writes are overwritten.
ConfigImporterTest::testSecondaryWriteSecondaryFirst in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
Tests that secondary writes are overwritten.
ConfigImporterTest::testSiteUuidValidate in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
Tests verification of site UUID before importing configuration.
ConfigImporterTest::testUnmetDependency in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
Tests dependency validation during configuration import.
ConfigImporterTest::testUpdated in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
Tests updating of configuration during import.
ConfigOverrideTest::testConfOverride in core/tests/Drupal/KernelTests/Core/Config/ConfigOverrideTest.php
Tests configuration override.
ConfigSnapshotTest::testSnapshot in core/tests/Drupal/KernelTests/Core/Config/ConfigSnapshotTest.php
Tests config snapshot creation and updating.
InstallerExistingConfigSyncDirectoryMultilingualTest::testConfigSync in core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryMultilingualTest.php
Confirms that the installation installed the configuration correctly.
InstallerExistingConfigTestBase::testConfigSync in core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigTestBase.php
Confirms that the installation installed the configuration correctly.
NodeImportChangeTest::testImportChange in core/modules/node/tests/src/Kernel/Config/NodeImportChangeTest.php
Tests importing an updated content type.
NodeImportCreateTest::testImportCreate in core/modules/node/tests/src/Kernel/Config/NodeImportCreateTest.php
Tests creating a content type during config import.