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/link/getDashboardUrl.php

    r46586 r47012  
    6969        add_user_to_blog( get_current_blog_id(), self::$user_id, 'administrator' );
    7070
    71         wpmu_delete_blog( $site_id, true );
     71        wp_delete_site( $site_id );
    7272
    7373        $this->assertEquals( $expected, $result );
Note: See TracChangeset for help on using the changeset viewer.