Changeset 49617 for trunk/tests/phpunit/tests/auth.php
- Timestamp:
- 11/16/2020 10:40:11 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/auth.php
r49603 r49617 528 528 $error = wp_authenticate_application_password( null, self::$_user->user_login, 'password' ); 529 529 $this->assertWPError( $error ); 530 $this->assertSame( 'application_passwords_disabled ', $error->get_error_code() );530 $this->assertSame( 'application_passwords_disabled_for_user', $error->get_error_code() ); 531 531 } 532 532
Note: See TracChangeset
for help on using the changeset viewer.