Back up and restore dropins during `get_dropins()` tests.

This change ensures that the `get_dropins()` tests don't detect any actual
dropins that you might be running on your develop.wordpress installation.

Props valendesigns.
Fixes #30860.
Built from https://develop.svn.wordpress.org/trunk@31009


git-svn-id: http://core.svn.wordpress.org/trunk@30990 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Boone Gorges 2014-12-31 15:01:22 +00:00
parent bc60e63518
commit a170302b36
1 changed files with 1 additions and 1 deletions

View File

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