Expand tests around wpmu_delete_blog()

* Test cache after a site is deleted or flagged as deleted.
* Test tables after a site is deleted or flagged as deleted.
* Test tables and cache after the main site is deleted.
* Test site count after a site is deleted or flagged as deleted.

See #30080

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


git-svn-id: http://core.svn.wordpress.org/trunk@30106 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Jeremy Felt 2014-10-30 02:00:22 +00:00
parent f8657d5890
commit 3dcf418545

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.1-alpha-30105';
$wp_version = '4.1-alpha-30106';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.