From ec9fa01846bf68a7b92ca0f4bff4000eca2edada Mon Sep 17 00:00:00 2001 From: dmsnell Date: Tue, 3 Sep 2024 16:27:14 +0000 Subject: [PATCH] HTML API: Improve skipped test reporting with unsupported exception. The `html5lib-tests` suite skips a number of tests due to unsupported markup. At the moment, these tests all report "Test includes unsupported markup." This patch calls the `get_unsupported_exception()` method in these skipped cases to improve the messages reported to PHPUnit so they're more informative: e.g. "Unsupported markup: Foster parenting is not supported." Developed in https://github.com/WordPress/wordpress-develop/pull/7285 Discussed in https://core.trac.wordpress.org/ticket/61646 Follow-up to [58714]. Props dmsnell, jonsurrell. See #61646. Built from https://develop.svn.wordpress.org/trunk@58971 git-svn-id: http://core.svn.wordpress.org/trunk@58367 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 9c9f9759c5..e5692af8a0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-alpha-58970'; +$wp_version = '6.7-alpha-58971'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.