From 97c75b5f078458e9461386ecc29e0a6067a7d15d Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Wed, 21 Oct 2015 03:18:25 +0000 Subject: [PATCH] AJAX UNIT TESTS: Have you ever wondered why these take 600 forevers to run? They all eventually call `do_action( 'admin_init' )`, which has `_maybe_update_core`, `_maybe_update_plugins`, and `_maybe_update_themes` hooked to it. REMOVE THEM, and AJAX unit tests run like the wind. `Tests_Ajax_Response` is still slow. See #30017, #33968. Built from https://develop.svn.wordpress.org/trunk@35311 git-svn-id: http://core.svn.wordpress.org/trunk@35277 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 d8273f4690..abc03766df 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-35310'; +$wp_version = '4.4-alpha-35311'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.