Changeset 60124
- Timestamp:
- 04/03/2025 02:07:29 PM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/auth.php
r60123 r60124 289 289 public function test_wp_check_password_supports_argon2i_hash() { 290 290 if ( ! defined( 'PASSWORD_ARGON2I' ) ) { 291 $this-> fail( 'Argon2i is not supported.' );291 $this->markTestSkipped( 'Argon2i is not supported.' ); 292 292 } 293 293 … … 307 307 public function test_wp_check_password_supports_argon2id_hash() { 308 308 if ( ! defined( 'PASSWORD_ARGON2ID' ) ) { 309 $this-> fail( 'Argon2id is not supported.' );309 $this->markTestSkipped( 'Argon2id is not supported.' ); 310 310 } 311 311
Note: See TracChangeset
for help on using the changeset viewer.