Build/Test Tools: Add $current_screen to the list of globals to unset in WP_UnitTestCase_Base::go_to().

Props mauteri.
Fixes #47439.
Built from https://develop.svn.wordpress.org/trunk@45486


git-svn-id: http://core.svn.wordpress.org/trunk@45297 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-05-31 14:07:51 +00:00
parent 3c40573f77
commit 410eb3501b

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.3-alpha-45485';
$wp_version = '5.3-alpha-45486';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.