By longwave on
Change record status:
Draft (View all draft change records)
Project:
Introduced in branch:
11.x
Introduced in version:
11.4.0
Issue links:
Description:
KernelTestBase and BrowserTestBase provide a $this->configImporter property for testing config imports.
This property is now deprecated and will be removed in Drupal 13. Tests that want to test config imports should use the ConfigTestTrait and call $this->configImporter() when they need a config importer object.
Impacts:
Module developers