From 69a5893569e622ed22fea3eddb9a501ce8b100b3 Mon Sep 17 00:00:00 2001 From: hellofromTonya Date: Mon, 20 Mar 2023 18:22:19 +0000 Subject: [PATCH] Tests: Add test class for `wp_enqueue_stored_styles()`. [54214] added the `wp_enqueue_stored_styles()` tests and `clean_up_global_scope()` reset global method to `Tests_Theme_wpGetGlobalStylesheet`. This changeset relocates those tests a new test class specifically for `wp_enqueue_stored_styles()` and removes `Tests_Theme_wpGetGlobalStylesheet::clean_up_global_scope()` method. Why not relocate the `clean_up_global_scope()` method to the new test class? The test class extends from `WP_Theme_UnitTestCase` which includes this method. Follow-up to [54214], [54703]. Props costdev. See #57841. Built from https://develop.svn.wordpress.org/trunk@55567 git-svn-id: http://core.svn.wordpress.org/trunk@55079 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 b8c98d8f37..7c89fb63ea 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-alpha-55566'; +$wp_version = '6.3-alpha-55567'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.