mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-06 09:19:04 +00:00
b947cad868e66573ddce2706f9eb0644bc07b0a1
is_upload_space_available().
* Move all tests to a new 'multisite/isUploadSpaceAvailable.php' * Store original `blog_upload_space` values before the class is loaded. * Restore these values after each test tear down to avoid pollution. Commit to testing `is_upload_space_available()` itself by always filtering the amount of space used through `pre_get_space_used`. This allows us to sanely test without worrying about the local environment. In the future, we may be able to remove some of these tests as `get_upload_space_available()` tests are built out and reliable. See #34037. git-svn-id: https://develop.svn.wordpress.org/trunk@34899 602fd350-edb4-49c9-b593-d223f7449a82
Description
No description provided
Languages
PHP
80.5%
CSS
9.4%
JavaScript
8.5%
SCSS
0.9%
HTML
0.7%