Tests: Move some data providers in `Tests_Functions` next to the tests they are used in.

Includes renaming some data provider methods to use the `data_` prefix for consistency.

Follow-up to [36832], [40124], [40397], [50810], [53457].

See #56793.
Built from https://develop.svn.wordpress.org/trunk@55464


git-svn-id: http://core.svn.wordpress.org/trunk@54997 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2023-03-06 13:10:19 +00:00
parent 37d9040897
commit 961e38f063
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.2-beta4-55462';
$wp_version = '6.2-beta4-55464';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.