Tests: Move wp_mail() tests to the pluggable directory.

This aims to bring some consistency with other pluggable function tests.

Includes moving the `@covers` tag from a single test method to the class DocBlock.

Follow-up to [221/tests], [909/tests], [54529].

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


git-svn-id: http://core.svn.wordpress.org/trunk@54254 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2022-10-27 15:23:12 +00:00
parent dc8b497eb7
commit d60cae82a1

View File

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