Security: Don't fail the Argon2-related tests when it's not available on the test infrastructure.

These tests are not critical to the bcrypt functionality, they exist to reaffirm that the  underlying use of `password_hash()` and `password_verify()` supports this algorithm. The Argon2 tests therefore shouldn't unnecessarily fail on hosts that don't support it.

Props desrosj, johnbillion.

Fixes #21022
Built from https://develop.svn.wordpress.org/trunk@60124


git-svn-id: http://core.svn.wordpress.org/trunk@59460 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn
2025-04-03 14:09:27 +00:00
parent 746ed91e1e
commit 0caf2af8ea

View File

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