mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-08 16:41:44 +01:00
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:
parent
dc8b497eb7
commit
d60cae82a1
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user