protected function StorageReplaceDataWrapperTest::read in Drupal 9
Same name and namespace in other branches
- 8 core/tests/Drupal/KernelTests/Core/Config/Storage/StorageReplaceDataWrapperTest.php \Drupal\KernelTests\Core\Config\Storage\StorageReplaceDataWrapperTest::read()
- 10 core/tests/Drupal/KernelTests/Core/Config/Storage/StorageReplaceDataWrapperTest.php \Drupal\KernelTests\Core\Config\Storage\StorageReplaceDataWrapperTest::read()
Overrides ConfigStorageTestBase::read
File
- core/
tests/ Drupal/ KernelTests/ Core/ Config/ Storage/ StorageReplaceDataWrapperTest.php, line 29
Class
- StorageReplaceDataWrapperTest
- Tests StorageReplaceDataWrapper operations.
Namespace
Drupal\KernelTests\Core\Config\StorageCode
protected function read($name) {
return $this->storage
->read($name);
}