Changeset 57987 for trunk/tests/phpunit/tests/auth.php
- Timestamp:
- 04/12/2024 05:45:23 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/auth.php
r57892 r57987 150 150 $this->assertTrue( wp_check_password( 'pass with new line', wp_hash_password( $password ) ) ); 151 151 152 $password = "pass with verti al tab o_O\x0B";153 $this->assertTrue( wp_check_password( 'pass with verti al tab o_O', wp_hash_password( $password ) ) );152 $password = "pass with vertical tab o_O\x0B"; 153 $this->assertTrue( wp_check_password( 'pass with vertical tab o_O', wp_hash_password( $password ) ) ); 154 154 } 155 155
Note: See TracChangeset
for help on using the changeset viewer.