mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-17 07:10:27 +00:00
After [34601], some more cleanup.
git-svn-id: https://develop.svn.wordpress.org/trunk@34602 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -41,7 +41,7 @@ class Tests_XMLRPC_wp_uploadFile extends WP_XMLRPC_UnitTestCase {
|
||||
function test_network_limit() {
|
||||
$this->make_user_by_role( 'editor' );
|
||||
|
||||
update_option( 'blog_upload_space', 0.1 );
|
||||
update_option( 'blog_upload_space', 0 );
|
||||
|
||||
// create attachment
|
||||
$filename = ( DIR_TESTDATA . '/images/canola.jpg' );
|
||||
|
||||
Reference in New Issue
Block a user