Skip to content

Commit

Permalink
Correct an @Covers annotation.
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Dunn <[email protected]>
  • Loading branch information
dd32 and iandunn authored Mar 28, 2023
1 parent 6f6fe9a commit d1668c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/class-two-factor-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ public function test_is_current_user_session_two_factor_without_two_factor() {
* Validate that a simulated 2fa login sets the session two-factor data.
*
* @covers Two_Factor_Core::is_current_user_session_two_factor()
* @covers Two_Factor_Core::login_form_validate_2fa()
* @covers Two_Factor_Core::_login_form_validate_2fa()
*/
public function test_is_current_user_session_two_factor_with_two_factor() {
$user = $this->get_dummy_user( array( 'Two_Factor_Dummy' => 'Two_Factor_Dummy' ) );
Expand Down

0 comments on commit d1668c4

Please sign in to comment.