Make WordPress Core

Changeset 60772


Ignore:
Timestamp:
09/17/2025 02:11:02 AM (2 months ago)
Author:
desrosj
Message:

Tests: Note image editor class in skipped test note.

When the image editor being used is available, it should be noted in the skipped test message.

See #63167.

File:
1 edited

Legend:

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

    r60770 r60772  
    127127        // Check if the editor supports the HEIC mime type.
    128128        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 ) );
    130130        }
    131131
Note: See TracChangeset for help on using the changeset viewer.