πŸ”ž ADULT: Changeset/ - HD Photos!

Changeset 60030


Ignore:
Timestamp:
03/17/2025 05:26:41 PM (10 months ago)
Author:
adamsilverstein
Message:

Media: fix potentially failing Imagick PDF alpha channel test.

Only test PDF alpha functionality when supported by the server.

Props: adamsilverstein, swissspidy, antpb, sippis.
Fixes #60798.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/image/editorImagick.php

    r59589 r60030 Β 
    657657        }
    658658
    Β 659        $version = Imagick::getVersion();
    Β 660        if ( $version['versionNumber'] < 0x675 ) {
    Β 661            $this->markTestSkipped( 'The version of ImageMagick does not support removing alpha channels from PDFs.' );
    Β 662        }
    Β 663
    659664        $test_file     = DIR_TESTDATA . '/images/test-alpha.pdf';
    660665        $attachment_id = $this->factory->attachment->create_upload_object( $test_file );
Note: See TracChangeset for help on using the changeset viewer.