By catch on
Change record status:
Draft (View all draft change records)
Project:
Introduced in branch:
main
Introduced in version:
12.0.0
Issue links:
Description:
FunctionalTestSetupTrait::installModulesFromClassProperty() has been deprecated with no replacement. Modules specified in the $modules class property are now installed alongside other modules in the Drupal installer, instead of in a separate step after Drupal is installed.
In some cases test classes may want to dynamically change the list of classes installed via the class property, this can be achieved by overriding the new FunctionalTestSetupTrait::getModulesFromClassProperty() method.
Impacts:
Module developers