Clean up cache invalidation suspension global in unit tests.

This fixes a test that was introduced in [30073] which was polluting later
tests.

See #21760.
Built from https://develop.svn.wordpress.org/trunk@30112


git-svn-id: http://core.svn.wordpress.org/trunk@30112 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Boone Gorges 2014-10-30 04:15:23 +00:00
parent 39a44f62ad
commit 08ef5b6ec9

View File

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