From e47eb54945fdaa66e64f2ee978b2fb72b297b5a0 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 2 Dec 2023 11:58:27 +0000 Subject: [PATCH] Build/Test Tools: Allow overriding the `WP_UnitTestCase_Base::factory()` method. This allows third-party plugins to write their own factory extending `WP_UnitTest_Factory` for testing purposes, as well as benefit from `WP_UnitTestCase_Base` features. Follow-up to [35186], [35225], [35242]. Props hugod. Fixes #59999. Built from https://develop.svn.wordpress.org/trunk@57149 git-svn-id: http://core.svn.wordpress.org/trunk@56660 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 5d84983453..8d8accb50e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57148'; +$wp_version = '6.5-alpha-57149'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.