You are here

protected property ConfigImporterTest::$configImporter in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php \Drupal\KernelTests\Core\Config\ConfigImporterTest::configImporter

Config Importer object used for testing.

Type: \Drupal\Core\Config\ConfigImporter

Overrides KernelTestBase::$configImporter

File

core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php, line 29

Class

ConfigImporterTest
Tests importing configuration from files into active configuration.

Namespace

Drupal\KernelTests\Core\Config

Code

protected $configImporter;