Changeset 49033 for trunk/tests/phpunit/tests/image/resize.php
- Timestamp:
- 09/22/2020 12:32:39 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/resize.php
r48937 r49033 43 43 44 44 if ( ! is_string( $image ) ) { // WP_Error, stop GLib-GObject-CRITICAL assertion. 45 $this->fail( sprintf( 'No PNG support in the editor engine %s on this system ', $this->editor_engine ) );45 $this->fail( sprintf( 'No PNG support in the editor engine %s on this system.', $this->editor_engine ) ); 46 46 } 47 47 … … 59 59 60 60 if ( ! is_string( $image ) ) { // WP_Error, stop GLib-GObject-CRITICAL assertion. 61 $this->fail( sprintf( 'No GIF support in the editor engine %s on this system ', $this->editor_engine ) );61 $this->fail( sprintf( 'No GIF support in the editor engine %s on this system.', $this->editor_engine ) ); 62 62 } 63 63
Note: See TracChangeset
for help on using the changeset viewer.