wordpress-develop/tests/phpunit/tests/multisite
Felix Arntz ad1d11f88d Multisite: Revert [41698] and [41743].
In order for `get_site_by()` to be truly beneficial, caching in `WP_Site_Query` needs to be improved to account for common use-cases and have them be invalidated less aggressively.

See #40180, #40228, #42091.


git-svn-id: https://develop.svn.wordpress.org/trunk@41884 602fd350-edb4-49c9-b593-d223f7449a82
2017-10-16 22:34:07 +00:00
..
bootstrap.php Tests: Clarify zero path segment tests for get_network_by_path(). 2017-03-28 01:24:44 +00:00
getBlogDetails.php Multisite: Add further unit tests for get_blog_details(). 2017-03-23 17:13:14 +00:00
getIdFromBlogname.php Multisite: Handle get_id_from_blogname() lookups when the network domain has www.. 2016-09-27 17:56:53 +00:00
getMainSiteId.php Multisite: Take WP_Network::$blog_id into account in get_main_site_id(). 2017-10-14 22:41:15 +00:00
getSite.php Multisite: Use get_current_blog_id() in get_site() for current site. 2016-08-08 22:32:47 +00:00
getSpaceAllowed.php Unit Tests: WP_UnitTest_Generator_Sequence needs a static incrementer - otherwise, it assumes every test class is a reset, which it no longer is (it is now static). 2015-10-17 19:24:20 +00:00
getSpaceUsed.php Build/Test Tools: Begin eliminating unnecessary randomness in tests. 2016-10-09 01:11:14 +00:00
isEmailAddressUnsafe.php Multisite: Check only valid looking emails against banned domain list. 2017-05-09 16:54:52 +00:00
isUploadSpaceAvailable.php MS: Allow for a blog_upload_space setting of 0 to restrict uploads. 2015-10-10 23:14:11 +00:00
ms-files-rewriting.php Build/Test Tools: Utilise assertFileExists() and assertFileNotExists() in more places. 2016-11-08 23:49:11 +00:00
network.php Multisite: Introduce get_main_site_id(). 2017-09-15 11:14:49 +00:00
networkQuery.php Multisite: Improve caching in WP_Network_Query by ignoring the $fields argument. 2017-07-17 20:15:27 +00:00
site.php Multisite: Revert [41719]. 2017-10-16 22:28:52 +00:00
siteDetails.php Multisite: Revert [41719]. 2017-10-16 22:28:52 +00:00
siteQuery.php Multisite: Improve caching in WP_Site_Query by ignoring the $fields argument. 2017-07-14 21:24:03 +00:00
updateBlogDetails.php Multisite: Use get_site() in tests where get_blog_details() is not tested. 2016-10-25 23:03:15 +00:00
uploadIsUserOverQuota.php MS: Handle the possibility of 0 when checking a user's upload quota. 2015-10-10 23:17:01 +00:00
wpGetSites.php Multisite: Use to_array() method on WP_Site objects in wp_get_sites() 2016-06-09 18:09:25 +00:00
wpInstallDefaults.php Multisite: Ensure first page/post/comment content is not empty when setting up a new site. 2017-03-17 15:48:35 +00:00
wpMSSitesListTable.php Build/Test Tools: Correctly set up the current screen during list table tests so that they don't fail when run individually. 2016-12-04 19:03:40 +00:00
wpmuValidateBlogSignup.php Multisite: Introduce minimum_site_name_length filter. 2017-05-09 14:58:39 +00:00
wpmuValidateUserSignup.php Multisite: Validate email before checking against banned domains. 2017-05-09 16:32:53 +00:00