From f00690c4a6b2176bad9905454c782d9eff78f658 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 6 Sep 2022 22:11:10 +0000 Subject: [PATCH] Tests: Use the factory method instead of the property. This replaces all references to the `WP_UnitTestCase_Base::$factory` property with static function calls to the `WP_UnitTestCase_Base::factory()` method. This is a consistency improvement for the test suite. Follow up to [35225], [35242], [49603], [54087], [54088]. Props jrf. See #55652. Built from https://develop.svn.wordpress.org/trunk@54090 git-svn-id: http://core.svn.wordpress.org/trunk@53649 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 5526d634dd..882b2052c3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-54089'; +$wp_version = '6.1-alpha-54090'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.