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/http/base.php

    r49009 r49033  
    436436    function test_ssl() {
    437437        if ( ! wp_http_supports( array( 'ssl' ) ) ) {
    438             $this->fail( 'This installation of PHP does not support SSL' );
     438            $this->fail( 'This installation of PHP does not support SSL.' );
    439439        }
    440440
Note: See TracChangeset for help on using the changeset viewer.