wordpress-develop/tests/phpunit/tests/multisite
Aaron Jorbin 7894562b50 Revert change from true to false in multisite upload test
This change was introduced in [34601]. 0 is a special snowflake. The code treats it as if it should fall back to the default, rather than respecting 0 as 0.  Essentially, 0 means 100.  WAT? This has been discussed previusly in https://core.trac.wordpress.org/ticket/19538#comment:10.  This test should return True right now, but the behavior should be discussed and in the future 0 may mean 0.

See #34037
Props jorbin, boonebgorges



git-svn-id: https://develop.svn.wordpress.org/trunk@34606 602fd350-edb4-49c9-b593-d223f7449a82
2015-09-26 20:58:22 +00:00
..
bootstrap.php Initialise $_SERVER[ 'REMOTE_ADDR' ] during the test bootstrap so individual tests need not. 2015-09-15 08:04:33 +00:00
getSpaceUsed.php Another missed file from [34172]. 2015-09-24 20:32:49 +00:00
isEmailAddressUnsafe.php is_email_address_unsafe() tests should only be run on multisite. 2015-05-29 12:37:51 +00:00
ms-files-rewriting.php Initialise $_SERVER[ 'REMOTE_ADDR' ] during the test bootstrap so individual tests need not. 2015-09-15 08:04:33 +00:00
network.php Initialise $_SERVER[ 'REMOTE_ADDR' ] during the test bootstrap so individual tests need not. 2015-09-15 08:04:33 +00:00
site.php Revert change from true to false in multisite upload test 2015-09-26 20:58:22 +00:00
updateBlogDetails.php Tests: Use a data provider when testing site flags in update_blog_details(). 2015-07-14 06:38:19 +00:00
wpmuValidateUserSignup.php Usernames in multisite should be restricted to 60 characters or fewer. 2015-07-04 05:52:46 +00:00