public function ConfigUpdateUnitTestBase::getConfigStorage in Configuration Update Manager 8
Gets the value of the mocked config storage.
File
- tests/
src/ Unit/ ConfigUpdateUnitTestBase.php, line 362
Class
- ConfigUpdateUnitTestBase
- Base class for unit testing in Config Update Manager.
Namespace
Drupal\Tests\config_update\UnitCode
public function getConfigStorage() {
return $this->configStorage;
}