Changeset 60298 for trunk/tests/phpunit/tests/auth.php
- Timestamp:
- 06/11/2025 02:24:47 PM (11 months ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/auth.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/auth.php
r60253 r60298 2090 2090 2091 2091 private static function get_default_bcrypt_cost(): int { 2092 $hash = password_hash( 'password', PASSWORD_BCRYPT ); 2093 $info = password_get_info( $hash ); 2094 2095 return $info['options']['cost']; 2092 return 5; 2096 2093 } 2097 2094 }
Note: See TracChangeset
for help on using the changeset viewer.