Tests: Move Site Health unit test class to `phpunit/tests/admin/`.
Includes: * Renaming the test class per the [https://make.wordpress.org/core/handbook/testing/automated-testing/writing-phpunit-tests/#naming-and-organization naming conventions]. * Creating a `WP_Site_Health` instance in the `set_up()` method, instead of leaving that to each individual test. This brings some consistency with the tests for other admin classes, e.g. `WP_Community_Events`. Follow-up to [45802], [51639]. See #55652. Built from https://develop.svn.wordpress.org/trunk@54075 git-svn-id: http://core.svn.wordpress.org/trunk@53634 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5d9ccf7fd1
commit
dd176ecba4
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.1-alpha-54074';
|
||||
$wp_version = '6.1-alpha-54075';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue