From 7a92316fd8c07493e7f49e494dc19e18773bb5fa Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Mon, 19 Aug 2019 02:18:56 +0000 Subject: [PATCH] Tests: Add an xdebug group for tests that require xdebug. These tests are now also run as their own part of the Travis build, to ensure performance of other tests isn't affected by the presence of xdebug. Fixes #40532. Built from https://develop.svn.wordpress.org/trunk@45827 git-svn-id: http://core.svn.wordpress.org/trunk@45638 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 a0604eba61..333a2c17b9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45826'; +$wp_version = '5.3-alpha-45827'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.