Changeset 60772
- Timestamp:
- 09/17/2025 02:11:02 AM (2 months ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/image/resize.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/resize.php
r60770 r60772 127 127 // Check if the editor supports the HEIC mime type. 128 128 if ( is_wp_error( $editor ) || ! $editor->supports_mime_type( 'image/heic' ) ) { 129 $this->markTestSkipped( 'No HEIC support in the editor engine on this system.');129 $this->markTestSkipped( sprintf( 'No HEIC support in the editor engine %s on this system.', $this->editor_engine ) ); 130 130 } 131 131
Note: See TracChangeset
for help on using the changeset viewer.