Wordpress/tests/phpunit/tests/multisite
Dominik Schilling 2a22dcf8a6 Multisite: Delete the signup entry when a user is deleted from the database.
When a user has registered with incorrect data and got the account deleted immediately, it currently wasn't possible to register with the same login or email address again due to the existing signup entry. They had to wait for two days until the entry gets automatically deleted. Now the associated signup entry gets deleted as part of the account deletion.

Fixes #43232.

git-svn-id: https://develop.svn.wordpress.org/trunk@48315 602fd350-edb4-49c9-b593-d223f7449a82
2020-07-05 11:19:35 +00:00
..
bootstrap.php Tests: Update legacy arguments passed to WP_UnitTest_Factory_For_Blog::create_object(). 2019-12-25 21:39:46 +00:00
getBlogDetails.php Networks and Sites: Don't unnecessarily switch to the current blog in get_blog_details(). 2020-06-15 12:29:13 +00:00
getIdFromBlogname.php Tests: Update legacy arguments passed to WP_UnitTest_Factory_For_Blog::create_object(). 2019-12-25 21:39:46 +00:00
getMainSiteId.php Tests: Update legacy arguments passed to WP_UnitTest_Factory_For_Blog::create_object(). 2019-12-25 21:39:46 +00:00
getSite.php Tests: Replace most instances of wpmu_delete_blog() not specifically testing that function with wp_delete_site(). 2019-12-25 18:15:13 +00:00
getSpaceAllowed.php Code is Poetry. 2017-11-30 23:09:33 +00:00
getSpaceUsed.php Coding Standards: Fix the remaining issues in /tests. 2019-07-08 00:55:20 +00:00
isEmailAddressUnsafe.php Code is Poetry. 2017-11-30 23:09:33 +00:00
isUploadSpaceAvailable.php Code is Poetry. 2017-11-30 23:09:33 +00:00
ms-files-rewriting.php Code is Poetry. 2017-11-30 23:09:33 +00:00
network.php Tests: Update legacy arguments passed to WP_UnitTest_Factory_For_Blog::create_object(). 2019-12-25 21:39:46 +00:00
networkQuery.php Multisite: improve sites_pre_query and networks_pre_query filters, avoiding db queries. 2019-09-12 22:16:08 +00:00
site.php Docs: Capitalize "ID", when referring to a user ID, term ID, etc. in a more consistent way. 2020-06-28 14:07:53 +00:00
siteDetails.php General: Remove “whitelist” and “blacklist” in favor of more clear and inclusive language. 2020-06-22 17:24:34 +00:00
siteMeta.php Tests: Replace most instances of wpmu_delete_blog() not specifically testing that function with wp_delete_site(). 2019-12-25 18:15:13 +00:00
siteQuery.php Docs: Improve inline comments per the documentation standards. 2020-01-29 00:43:23 +00:00
updateBlogDetails.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
uploadIsUserOverQuota.php Code is Poetry. 2017-11-30 23:09:33 +00:00
wpGetSites.php Tests: Update legacy arguments passed to WP_UnitTest_Factory_For_Blog::create_object(). 2019-12-25 21:39:46 +00:00
wpInstallDefaults.php Tests: Replace most instances of wpmu_delete_blog() not specifically testing that function with wp_delete_site(). 2019-12-25 18:15:13 +00:00
wpMSSitesListTable.php Tests: Replace most instances of wpmu_delete_blog() not specifically testing that function with wp_delete_site(). 2019-12-25 18:15:13 +00:00
wpmuValidateBlogSignup.php Tests: Update legacy arguments passed to WP_UnitTest_Factory_For_Blog::create_object(). 2019-12-25 21:39:46 +00:00
wpmuValidateUserSignup.php Multisite: Delete the signup entry when a user is deleted from the database. 2020-07-05 11:19:35 +00:00