Make WordPress Core


Ignore:
Timestamp:
09/22/2020 12:32:39 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Tests: Use consistent trailing punctuation in fail() messages.

See #51344.

File:
1 edited

Legend:

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

    r48937 r49033  
    4343
    4444        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 ) );
    4646        }
    4747
     
    5959
    6060        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 ) );
    6262        }
    6363
Note: See TracChangeset for help on using the changeset viewer.