-
Notifications
You must be signed in to change notification settings - Fork 72
Description
I've had this issue for couple of weeks now and I cannot seems to find any solution.
1) Tests_Image_Editor_Imagick::test_remove_pdf_alpha_channel_should_remove_the_alpha_channel_in_preview The intermediate size could not be retrieved. Failed asserting that false is of type "array".
/wptest/tests/phpunit/tests/image/editorImagick.php:680
/wptest/vendor/phpunit/phpunit/phpunit:107
I pulled latest git few times now, and during prepare I do see a lot of deprecated NPM warnings, but at the end it does say
Done.
Replacing variables in wp-tests-config.php
Success: Prepared environment.
However, during the test, it failing on Tests_Image_Editor_Imagick.
Worth mentioning it does also produce a lot of warnings about PHP10 unit
is deprecated and will no longer be possible in PHPUnit 10
Node.js v16.20.2
All extensions installed and checked.
Tested on PHP 7.4, 8.2, 8.3 and always the same issue.
MariaDB 10.11.6
Any help is much appreciated.