From 322445185a9551777df050945986188bf00c1d9f Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 28 Oct 2022 14:49:11 +0000 Subject: [PATCH] Tests: Move `dbDelta()` tests to the `db` directory. This aims to bring some consistency with other database-related tests. Includes adding a missing `@covers` tag to the class DocBlock. Follow-up to [30345], [32108], [32770], [51798]. Props pbearne, SergeyBiryukov. See #56793, #56782. Built from https://develop.svn.wordpress.org/trunk@54711 git-svn-id: http://core.svn.wordpress.org/trunk@54263 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 2b668c735c..77103548fc 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-54710'; +$wp_version = '6.2-alpha-54711'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.