Skip to content

Issue #3445837 by DYdave: Automated testing: Fixed PHPUnit Tests errors due to...

https://www.drupal.org/project/image_link_formatter/issues/3445837

Automated testing: Fixed PHPUnit Tests errors due to createImageField deprecation warning:

Calling Drupal\Tests\image\Kernel\ImageFieldCreationTrait::createImageField() without the $entity_type argument is deprecated in drupal:10.3.0 and this argument will be required in drupal:11.0.0. See https://www.drupal.org/node/344132

with the corresponding change record: ImageFieldCreationTrait::createImageField() now supports any entity type.

Merge request reports