Build/Test Tools: Only require the WordPress Importer plugin when running core tests.

This allows other users of the WordPress unit test suite framework to run their own unit tests without needing the WordPress Importer plugin, which should only be a requirement if running core tests.

Follow-up to [59085].

Props bjorsch.
Fixes #62106.
Built from https://develop.svn.wordpress.org/trunk@59086


git-svn-id: http://core.svn.wordpress.org/trunk@58482 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2024-09-24 19:17:13 +00:00
parent 970609c393
commit 9178c75ac6
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.7-alpha-59085';
$wp_version = '6.7-alpha-59086';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.