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

    r49027 r49030  
    167167        public function test_update_should_return_true_when_updating_existing_value_for_key() {
    168168            if ( ! is_site_meta_supported() ) {
    169                 $this->markTestSkipped( 'Tests only runs with the blogmeta database table installed.' );
     169                $this->markTestSkipped( 'Test only runs with the blogmeta database table installed.' );
    170170            }
    171171
     
    181181        public function test_delete_by_key() {
    182182            if ( ! is_site_meta_supported() ) {
    183                 $this->markTestSkipped( 'Tests only runs with the blogmeta database table installed.' );
     183                $this->markTestSkipped( 'Test only runs with the blogmeta database table installed.' );
    184184            }
    185185
     
    198198        public function test_site_meta_should_be_deleted_when_site_is_deleted() {
    199199            if ( ! is_site_meta_supported() ) {
    200                 $this->markTestSkipped( 'Tests only runs with the blogmeta database table installed.' );
     200                $this->markTestSkipped( 'Test only runs with the blogmeta database table installed.' );
    201201            }
    202202
     
    224224
    225225            if ( ! is_site_meta_supported() ) {
    226                 $this->markTestSkipped( 'Tests only runs with the blogmeta database table installed.' );
     226                $this->markTestSkipped( 'Test only runs with the blogmeta database table installed.' );
    227227            }
    228228
     
    239239
    240240            if ( ! is_site_meta_supported() ) {
    241                 $this->markTestSkipped( 'Tests only runs with the blogmeta database table installed.' );
     241                $this->markTestSkipped( 'Test only runs with the blogmeta database table installed.' );
    242242            }
    243243
     
    260260
    261261            if ( ! is_site_meta_supported() ) {
    262                 $this->markTestSkipped( 'Tests only runs with the blogmeta database table installed.' );
     262                $this->markTestSkipped( 'Test only runs with the blogmeta database table installed.' );
    263263            }
    264264
     
    282282        public function test_add_site_meta_should_bust_get_sites_cache() {
    283283            if ( ! is_site_meta_supported() ) {
    284                 $this->markTestSkipped( 'Tests only runs with the blogmeta database table installed.' );
     284                $this->markTestSkipped( 'Test only runs with the blogmeta database table installed.' );
    285285            }
    286286
     
    324324        public function test_update_site_meta_should_bust_get_sites_cache() {
    325325            if ( ! is_site_meta_supported() ) {
    326                 $this->markTestSkipped( 'Tests only runs with the blogmeta database table installed.' );
     326                $this->markTestSkipped( 'Test only runs with the blogmeta database table installed.' );
    327327            }
    328328
     
    367367        public function test_delete_site_meta_should_bust_get_sites_cache() {
    368368            if ( ! is_site_meta_supported() ) {
    369                 $this->markTestSkipped( 'Tests only runs with the blogmeta database table installed.' );
     369                $this->markTestSkipped( 'Test only runs with the blogmeta database table installed.' );
    370370            }
    371371
Note: See TracChangeset for help on using the changeset viewer.