Tests: Move update_blog_details() tests to their own file.

Reduce some of the clutter in `tests/multisite/site.php` and introduce `tests/multisite/updateBlogDetails.php`. Tests moved over are verbatum at this point.

See #32988.

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


git-svn-id: http://core.svn.wordpress.org/trunk@33225 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Jeremy Felt 2015-07-14 05:50:26 +00:00
parent 62c6bd8849
commit 8e01406848

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-beta2-33252';
$wp_version = '4.3-beta2-33253';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.