Tests: Improve tests for upload_is_user_over_quota().

* Move all tests to a new 'multisite/uploadIsUserOverQuota.php'
* Use `get_space_allowed` and `pre_get_space_used` filters to help avoid test pollution.

See #34037.

Built from https://develop.svn.wordpress.org/trunk@34901


git-svn-id: http://core.svn.wordpress.org/trunk@34866 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Jeremy Felt 2015-10-07 07:21:24 +00:00
parent 7b3fa2221a
commit 297148d985

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-34900';
$wp_version = '4.4-alpha-34901';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.