From 51cdca0906008a69e0712113f38ce37d464e9835 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Fri, 2 Oct 2015 05:06:24 +0000 Subject: [PATCH] Unit Tests: in `Tests_Cache::test_wp_cache_init()`, when `wp_using_ext_object_cache()`, just check that the global is an instance of `WP_Object_Cache`. External object cache instances of `WP_Object_Cache` will contain resources as props that will always have differing internal IDs, so strict comparison won't work. See #31491. Built from https://develop.svn.wordpress.org/trunk@34765 git-svn-id: http://core.svn.wordpress.org/trunk@34730 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 20bc172fe0..c029ea9bb1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34764'; +$wp_version = '4.4-alpha-34765'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.