Make WordPress Core


Ignore:
Timestamp:
09/21/2020 02:05:23 PM (4 years ago)
Author:
SergeyBiryukov
Message:

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

See #51344.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/functions.php

    r49025 r49027  
    10821082    function test_wp_raise_memory_limit() {
    10831083        if ( -1 !== WP_MAX_MEMORY_LIMIT ) {
    1084             $this->markTestSkipped( 'WP_MAX_MEMORY_LIMIT should be set to -1' );
     1084            $this->markTestSkipped( 'WP_MAX_MEMORY_LIMIT should be set to -1.' );
    10851085        }
    10861086
Note: See TracChangeset for help on using the changeset viewer.