Problem/Motivation

Follow-up to #3156887-20: \Drupal\system\Plugin\ImageToolkit\GDToolkit needs to support \GdImage objects for PHP 8 compatibility

the root cause for entire test to be developed was memory management issues that were addressed in #2531570

Steps to reproduce

core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php method testResourceDestruction skipped on PHP 8

Proposed resolution

decide about need to keep the test for internal garbage collection expectations

Remaining tasks

get consensus and change code

User interface changes

no

API changes

no

Data model changes

no

Release notes snippet

n/a

Comments

andypost created an issue. See original summary.

Version: 9.2.x-dev » 9.3.x-dev

Drupal 9.2.0-alpha1 will be released the week of May 3, 2021, which means new developments and disruptive changes should now be targeted for the 9.3.x-dev branch. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

mondrake’s picture

Version: 9.3.x-dev » 10.0.x-dev
andypost’s picture