From ef2bce73e21ce53c405dff0071ab9fbcbff56102 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 7 Jul 2022 23:57:13 +0000 Subject: [PATCH] Tests: Separate the tests in `basic.php` for clarity. There were two kinds of tests in this file: * Tests for content of some files in the root directory: * `license.txt` * `SECURITY.md` * `package.json` * Tests for some utility functions of the test framework itself: * `strip_ws()` * `test_mask_input_value()` The latter are now moved to their own file, `utils.php`. Follow-up to [22/tests], [81/tests], [103/tests], [25240], [26940], [28064], [28480], [28493], [28523], [28631], [42381], [47403], [53683]. See #39265, #55652. Built from https://develop.svn.wordpress.org/trunk@53686 git-svn-id: http://core.svn.wordpress.org/trunk@53245 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 d04a9daba6..09ff2c43df 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53685'; +$wp_version = '6.1-alpha-53686'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.