Multisite tests: Update default space allowed in get_space_allowed(). see #23650, [25092].
git-svn-id: https://develop.svn.wordpress.org/trunk@25111 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
3f130cd103
commit
dc9bd8db8a
@ -289,7 +289,7 @@ class Tests_MS extends WP_UnitTestCase {
|
||||
* @ticket 18119
|
||||
*/
|
||||
function test_upload_is_user_over_quota() {
|
||||
$default_space_allowed = 50;
|
||||
$default_space_allowed = 100;
|
||||
$echo = false;
|
||||
|
||||
$this->assertFalse( upload_is_user_over_quota( $echo ) );
|
||||
|
Loading…
Reference in New Issue
Block a user