Changeset 60030
- Timestamp:
- 03/17/2025 05:26:41 PM (10 months ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/image/editorImagick.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/editorImagick.php
r59589 r60030 Β 657 657 } 658 658 Β 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 659 664 $test_file = DIR_TESTDATA . '/images/test-alpha.pdf'; 660 665 $attachment_id = $this->factory->attachment->create_upload_object( $test_file );
Note: See TracChangeset
for help on using the changeset viewer.