- Timestamp:
- 09/15/2025 08:05:38 PM (3 months ago)
- Location:
- branches/6.4
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tests/phpunit/tests/image/editorImagick.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.4
- Property svn:mergeinfo changed
/trunk merged: 60735-60736
- Property svn:mergeinfo changed
-
branches/6.4/tests/phpunit/tests/image/editorImagick.php
r56559 r60749 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.