From 5a4203d04aab5e2871e78c2e385e64d3c5603630 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 26 Jul 2021 17:41:01 +0000 Subject: [PATCH] Tests: Move and fix incorrectly placed tests for block supported styles. The `Block_Supported_Styles_Test` class is not a `TestCase` to be extended, but an actual concrete test class. In order to run as expected, it should be placed under `phpunit/tests/blocks/` along with the other block tests. Additionally: * Add missing visibility keywords to test methods. * Update the expected results to the currently used format for the tests to pass. * Remove two outdated tests. The functionality being tested there is no longer available in this manner, so these tests are redundant. Follow-up to [49226], [49310]. Props jrf, aristath, youknowriad. See #53363. Built from https://develop.svn.wordpress.org/trunk@51490 git-svn-id: http://core.svn.wordpress.org/trunk@51101 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 136944fc5d..666ded0e22 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51486'; +$wp_version = '5.9-alpha-51490'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.