Tests: Adjust Unicode tests for consistency.

Includes:
* Adding missing `@covers` tags.
* Correcting test class names as per the naming conventions.
* Moving `wp_check_invalid_utf8()` tests to their own file, separate from `wp_scrub_utf8()`.

Follow-up to [60630], [60793], [61000].

See #64225.
Built from https://develop.svn.wordpress.org/trunk@62207


git-svn-id: http://core.svn.wordpress.org/trunk@61487 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2026-04-04 23:18:45 +00:00
parent 78f8920042
commit 41546e142b

View File

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