From daea4ff02f564a04495c43b6f6ab1c5691365663 Mon Sep 17 00:00:00 2001 From: Jeremy Felt Date: Wed, 7 Oct 2015 04:58:24 +0000 Subject: [PATCH] Tests: Improve tests for `get_space_allowed()`. * Move all tests to a new `multisite/getSpaceAllowed.php` * Store original `blog_upload_space` values before the class is loaded. * Restore these values after each test tear down to avoid pollution. * Add a comprehensive set of expectations and results via data provider. See #34037. Built from https://develop.svn.wordpress.org/trunk@34898 git-svn-id: http://core.svn.wordpress.org/trunk@34863 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index da7935d41f..7a52004413 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34897'; +$wp_version = '4.4-alpha-34898'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.