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/db.php

    r49027 r49033  
    731731        if ( count( $wpdb->get_results( 'SHOW CREATE PROCEDURE `test_mysqli_flush_sync_procedure`' ) ) < 1 ) {
    732732            $wpdb->suppress_errors( $suppress );
    733             $this->fail( 'procedure could not be created (missing privileges?)' );
     733            $this->fail( 'Procedure could not be created (missing privileges?)' );
    734734        }
    735735
Note: See TracChangeset for help on using the changeset viewer.