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
This commit is contained in:
Sergey Biryukov
2025-12-24 23:53:35 +00:00
parent 94401e78ce
commit 0bf74deeec

View File

@@ -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.