From 07e0e7b939ce9bd23e0e1faa49ad5d9b8c918e06 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 7 Aug 2021 11:45:04 +0000 Subject: [PATCH] Build/Test Tools: Remove the copied-in PHPUnit 9.x MockObject files. As the version constraints for PHPUnit now allow the tests to be run on PHPUnit 8.x and 9.x, these files are no longer needed. Follow-up to [48957], [49037], [51544], [51559-51574]. Props jrf. See #46149. Built from https://develop.svn.wordpress.org/trunk@51575 git-svn-id: http://core.svn.wordpress.org/trunk@51186 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 7f18dbf163..51670a362e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51574'; +$wp_version = '5.9-alpha-51575'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.