From b50ec525acacb679b57b1407e16c3484d4bd7f07 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 8 Jul 2022 00:13:12 +0000 Subject: [PATCH] Tests: Remove `@uses` tags from the test suite. * These were not used consistently, with only four instances across all the tests. * Using this tag in combination with the `beStrictAboutCoversAnnotation="true"` setting will mark a test as "Risky" if code is executed during the test which is not annotated via `@covers` or `@uses` tags. That would make the maintainance of the tags very fiddly, while adding little additional value for the test code base. Follow-up to [32995], [39914], [42636], [53682]. Props jrf. See #39265. Built from https://develop.svn.wordpress.org/trunk@53687 git-svn-id: http://core.svn.wordpress.org/trunk@53246 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 09ff2c43df..c4ba3bce7d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53686'; +$wp_version = '6.1-alpha-53687'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.