Changeset 39364 for trunk/tests/phpunit/tests/auth.php
- Timestamp:
- 11/27/2016 01:24:58 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/auth.php
r38420 r39364 240 240 // A valid key should be accepted 241 241 $check = check_password_reset_key( $key, $this->user->user_login ); 242 $this->assertNotWPError( $check ); 242 243 $this->assertInstanceOf( 'WP_User', $check ); 243 244 $this->assertSame( $this->user->ID, $check->ID );
Note: See TracChangeset
for help on using the changeset viewer.