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
This commit is contained in:
Sergey Biryukov 2023-12-02 11:58:27 +00:00
parent db7cb1dea2
commit e47eb54945
1 changed files with 1 additions and 1 deletions

View File

@ -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.