From cb74a4401bbb924efeb14a93baa5c924b338c257 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Sat, 27 Aug 2016 08:36:31 +0000 Subject: [PATCH] Unit Tests: * Automatically delete objects that we were created during `wpSetUpBeforeClass` - posts, comments, terms (except 1), and user (except 1) * The amount of leftover data between tests was breathtaking - use the new function: `_delete_all_data()` * Commit database transactions for all `TestCase`s, not just those that implement `wpSetUpBeforeClass` and `wpTearDownAfterClass` * The tests run 10-20 seconds faster now See #37699. Built from https://develop.svn.wordpress.org/trunk@38398 git-svn-id: http://core.svn.wordpress.org/trunk@38339 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 84a3372c88..8ff918e82f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-alpha-38397'; +$wp_version = '4.7-alpha-38398'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.