From dd176ecba4881c5bc3bd0991e85ba726766a6729 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov <sergeybiryukov.ru@gmail.com> Date: Mon, 5 Sep 2022 22:27:08 +0000 Subject: [PATCH] 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 --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 59fd90846f..de25b112d6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.