Changeset 29620 for trunk/tests/phpunit/tests/auth.php
- Timestamp:
- 08/26/2014 07:38:51 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/auth.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/auth.php
r25709 r29620 92 92 $this->assertTrue( wp_check_password( 'pass with vertial tab o_O', wp_hash_password( $password ) ) ); 93 93 } 94 95 /** 96 * @ticket 29217 97 */ 98 function test_wp_verify_nonce_with_empty_arg() { 99 $this->assertFalse( wp_verify_nonce( '' ) ); 100 $this->assertFalse( wp_verify_nonce( null ) ); 101 } 94 102 }
Note: See TracChangeset
for help on using the changeset viewer.