Tests: Split the tests from user/author.php into individual test classes.

This aims to make `get_the_author_*()` tests more discoverable and easier to expand.

Follow-up to [691/tests], [692/tests], [695/tests], [28362], [31098], [34687], [53147], [54717], [54726], [55591].

See #57841.
Built from https://develop.svn.wordpress.org/trunk@55754


git-svn-id: http://core.svn.wordpress.org/trunk@55266 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2023-05-13 13:35:22 +00:00
parent a714bc03ee
commit 8abc201cfe

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.3-alpha-55753';
$wp_version = '6.3-alpha-55754';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.