Editor: Improve maintainability of class WP_Theme_JSON tests.

Updates tests calling `get_stylesheet` to not output layout styles if they’re not relevant to the test or to call `get_styles_for_block` instead where more appropriate.

Props isabel_brison, andrewserong, ramonopoly.
Fixes #61371.

Built from https://develop.svn.wordpress.org/trunk@58378


git-svn-id: http://core.svn.wordpress.org/trunk@57827 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
isabel_brison 2024-06-11 00:31:10 +00:00
parent 27bdc71f33
commit 9fbefbd9f0

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.6-beta1-58377';
$wp_version = '6.6-beta1-58378';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.