Build/Test Tools: Reduce the bcrypt cost during testing in order to speed up tests.

The lowest allowable cost in PHP is 4, so 5 is used which means tests can still to reduce the cost by one when testing alterations to the cost.

See #63026
Built from https://develop.svn.wordpress.org/trunk@60298


git-svn-id: http://core.svn.wordpress.org/trunk@59634 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn
2025-06-11 14:26:23 +00:00
parent e82f1cfac5
commit eff616ca9d

View File

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