Tests: After [37260], use WP's setUpBeforeClass() wrappers.

This ensures no leakage between tests of fixture IDs.

See #36602.
Built from https://develop.svn.wordpress.org/trunk@37261


git-svn-id: http://core.svn.wordpress.org/trunk@37227 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Boone Gorges 2016-04-20 15:31:28 +00:00
parent ba6525b1fe
commit 9d9c6f3016

View File

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