* @deprecated in drupal:9.4.0 and is removed from drupal:10.0.0. There's no
* replacement.
*
* @see https://www.drupal.org/node/3262811
*/
functiondrupal_required_modules(){
@trigger_error(__FUNCTION__."() is deprecated in drupal:9.4.0 and is removed from drupal:10.0.0. There's no replacement. See https://www.drupal.org/node/3262811",E_USER_DEPRECATED);
@@ -22,4 +23,24 @@ public function testModuleLoadInclude() {
}
/**
* Test deprecation of drupal_required_modules() function.
*/
publicfunctiontestDrupalRequiredModules(){
$this->expectDeprecation("drupal_required_modules() is deprecated in drupal:9.4.0 and is removed from drupal:10.0.0. There's no replacement. See https://www.drupal.org/node/3262811");