Make WordPress Core


Ignore:
Timestamp:
12/25/2019 06:15:13 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Tests: Replace most instances of wpmu_delete_blog() not specifically testing that function with wp_delete_site().

Follow-up to [47011].

See #47195.

File:
1 edited

Legend:

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

    r46586 r47012  
    8484        public static function wpTearDownAfterClass() {
    8585            foreach ( self::$site_ids as $site_id ) {
    86                 wpmu_delete_blog( $site_id, true );
     86                wp_delete_site( $site_id );
    8787            }
    8888        }
Note: See TracChangeset for help on using the changeset viewer.