protected function ConfigExportStorageTest::setUp in Drupal 9
Same name and namespace in other branches
- 8 core/tests/Drupal/KernelTests/Core/Config/ConfigExportStorageTest.php \Drupal\KernelTests\Core\Config\ConfigExportStorageTest::setUp()
Overrides KernelTestBase::setUp
File
- core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigExportStorageTest.php, line 21
Class
- ConfigExportStorageTest
- Tests configuration export storage.
Namespace
Drupal\KernelTests\Core\ConfigCode
protected function setUp() : void {
parent::setUp();
$this
->installConfig([
'system',
'config_test',
]);
}