function ConfigTestTrait::copyConfig
Same name in other branches
- 8.9.x core/tests/Drupal/Tests/ConfigTestTrait.php \Drupal\Tests\ConfigTestTrait::copyConfig()
- 10 core/tests/Drupal/Tests/ConfigTestTrait.php \Drupal\Tests\ConfigTestTrait::copyConfig()
- 11.x core/tests/Drupal/Tests/ConfigTestTrait.php \Drupal\Tests\ConfigTestTrait::copyConfig()
Copies configuration objects from source storage to target storage.
Parameters
\Drupal\Core\Config\StorageInterface $source_storage: The source config storage service.
\Drupal\Core\Config\StorageInterface $target_storage: The target config storage service.
37 calls to ConfigTestTrait::copyConfig()
- ConfigEntityImportTest::testConfigUpdateImport in core/
modules/ system/ tests/ src/ Kernel/ Entity/ ConfigEntityImportTest.php - Runs test methods for each module within a single test run.
- ConfigExportImportUITest::testExportImport in core/
modules/ config/ tests/ src/ Functional/ ConfigExportImportUITest.php - Tests a simple site export import case.
- ConfigImportAllTest::testInstallUninstall in core/
modules/ config/ tests/ src/ Functional/ ConfigImportAllTest.php - Tests that a fixed set of modules can be installed and uninstalled.
- ConfigImporterMissingContentTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigImporterMissingContentTest.php - ConfigImporterTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigImporterTest.php
File
-
core/
tests/ Drupal/ Tests/ ConfigTestTrait.php, line 56
Class
- ConfigTestTrait
- Provides helper methods to deal with config system objects in tests.
Namespace
Drupal\TestsCode
protected function copyConfig(StorageInterface $source_storage, StorageInterface $target_storage) {
static::replaceStorageContents($source_storage, $target_storage);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.