Issue #3475719 by daffie, mondrake, alexpott: Set entity schema installation,...
Issue #3475719 by daffie, mondrake, alexpott: Set entity schema installation, module configuration installation and content creation in the right order in kerneltests for MongoDB
'message' => '#^Method class@anonymous/core/modules/media/tests/src/Kernel/OEmbedResourceConstraintValidatorTest\\.php\\:107\\:\\:getEntity\\(\\) has no return type specified\\.$#',
'message' => '#^Method class@anonymous/core/modules/media/tests/src/Kernel/OEmbedResourceConstraintValidatorTest\\.php\\:108\\:\\:getEntity\\(\\) has no return type specified\\.$#',
thrownew\LogicException(sprintf('Creating the "%s" field storage definition without the entity schema "%s" being installed is not allowed.',
$event->getFieldStorageDefinition()->id(),
$entity_type_id,
));
}
else{
@trigger_error('Creating the "'.$event->getFieldStorageDefinition()->id().'" field storage definition without the entity schema "'.$entity_type_id.'" being installed is deprecated in drupal:11.2.0 and will be replaced by a LogicException in drupal:12.0.0. See https://www.drupal.org/node/3493981',E_USER_DEPRECATED);