mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Tests: Replace most instances of wpmu_delete_blog() not specifically testing that function with wp_delete_site().
Follow-up to [47011]. See #47195. git-svn-id: https://develop.svn.wordpress.org/trunk@47012 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -136,7 +136,7 @@ class WP_Test_REST_Users_Controller extends WP_Test_REST_Controller_Testcase {
|
||||
_unregister_post_type( 'r_false_p_false' );
|
||||
|
||||
if ( is_multisite() ) {
|
||||
wpmu_delete_blog( self::$site, true );
|
||||
wp_delete_site( self::$site );
|
||||
}
|
||||
|
||||
// Remove users for pagination tests.
|
||||
|
||||
Reference in New Issue
Block a user