Make WordPress Core


Ignore:
Timestamp:
09/21/2020 08:18:20 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Tests: Fix typo in some markTestSkipped() messages.

See #51344.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/multisite/siteQuery.php

    r49027 r49030  
    884884        public function test_wp_site_query_meta_query( $query, $expected, $strict ) {
    885885            if ( ! is_site_meta_supported() ) {
    886                 $this->markTestSkipped( 'Tests only runs with the blogmeta database table installed.' );
     886                $this->markTestSkipped( 'Test only runs with the blogmeta database table installed.' );
    887887            }
    888888
Note: See TracChangeset for help on using the changeset viewer.