protected function SchemaConfigListenerTest::setUp in Drupal 10
Same name and namespace in other branches
- 8 core/tests/Drupal/KernelTests/Core/Config/SchemaConfigListenerTest.php \Drupal\KernelTests\Core\Config\SchemaConfigListenerTest::setUp()
- 9 core/tests/Drupal/KernelTests/Core/Config/SchemaConfigListenerTest.php \Drupal\KernelTests\Core\Config\SchemaConfigListenerTest::setUp()
Overrides KernelTestBase::setUp
File
- core/
tests/ Drupal/ KernelTests/ Core/ Config/ SchemaConfigListenerTest.php, line 25
Class
- SchemaConfigListenerTest
- Tests the functionality of ConfigSchemaChecker in KernelTestBase tests.
Namespace
Drupal\KernelTests\Core\ConfigCode
protected function setUp() : void {
parent::setUp();
// Install configuration provided by the module so that the order of the
// config keys is the same as
// \Drupal\FunctionalTests\Core\Config\SchemaConfigListenerTest.
$this
->installConfig([
'config_test',
]);
}