You are here

namespace Drupal\Tests\Core\Config in Drupal 10

Same name in other branches
  1. 8 Drupal\Tests\Core\Config
  2. 9 Drupal\Tests\Core\Config
Classsort descending Location Description
CachedStorageTest core/tests/Drupal/Tests/Core/Config/CachedStorageTest.php Tests the interaction of cache and file storage in CachedStorage.
ConfigDependencyManagerTest core/tests/Drupal/Tests/Core/Config/ConfigDependencyManagerTest.php Tests the ConfigDependencyManager class.
ConfigFactoryOverrideBaseTest core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php @coversDefaultClass \Drupal\Core\Config\ConfigFactoryOverrideBase @group config
ConfigFactoryTest core/tests/Drupal/Tests/Core/Config/ConfigFactoryTest.php @group Config @coversDefaultClass \Drupal\Core\Config\ConfigFactory
ConfigTest core/tests/Drupal/Tests/Core/Config/ConfigTest.php Tests the Config.
ExtensionInstallStorageTest core/tests/Drupal/Tests/Core/Config/ExtensionInstallStorageTest.php @coversDefaultClass \Drupal\Core\Config\ExtensionInstallStorage @group Config
ImmutableConfigTest core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php @coversDefaultClass \Drupal\Core\Config\ImmutableConfig @group Config
NullStorageTest core/tests/Drupal/Tests/Core/Config/NullStorageTest.php Tests the NullStorage.
ReadOnlyStorageTest core/tests/Drupal/Tests/Core/Config/ReadOnlyStorageTest.php @coversDefaultClass \Drupal\Core\Config\ReadOnlyStorage @group Config
StorageComparerTest core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php @coversDefaultClass \Drupal\Core\Config\StorageComparer @group Config
StorageCopyTraitTest core/tests/Drupal/Tests/Core/Config/StorageCopyTraitTest.php @coversDefaultClass \Drupal\Core\Config\StorageCopyTrait @group Config
TestConfigFactoryOverrideBase core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php
TestStorage core/tests/Drupal/Tests/Core/Config/StorageCopyTraitTest.php Provides a test implementation of \Drupal\Core\Config\StorageInterface.