From 0bf74deeec18ad163eebf173037b2435da1ed413 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 24 Dec 2025 23:53:35 +0000 Subject: [PATCH] Tests: Rename the `admin/includesUser.php` test file to be more descriptive. * Include the path, file name, and function name to better indicate the tested function. * Move `@covers` annotation to the test class level. Follow-up to [49109]. Props poena. See #53010. Built from https://develop.svn.wordpress.org/trunk@61407 git-svn-id: http://core.svn.wordpress.org/trunk@60719 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 14f146081b..d13e963841 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '7.0-alpha-61406'; +$wp_version = '7.0-alpha-61407'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.