From 8be95c6c7c13eee7a14d73242a57416f7351c04a Mon Sep 17 00:00:00 2001 From: dmsnell Date: Thu, 1 Feb 2024 01:02:15 +0000 Subject: [PATCH] HTML API: Test cleanup Rename `$p` variable to `$processor` in tests for clarity. Use static data providers. A mix of static and non-static data providers were used in HTML API tests. Data providers are required to be static in the next PHPUnit version and there's no harm in using them consistently now. Follow-up to [57507] Props jonsurrell See #59647 Built from https://develop.svn.wordpress.org/trunk@57508 git-svn-id: http://core.svn.wordpress.org/trunk@57009 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 3619f1f63a..bdb08bda52 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57507'; +$wp_version = '6.5-alpha-57508'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.