Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions tests/providers/class-two-factor-totp.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,6 @@ public function test_get_label() {
$this->assertStringContainsString( 'Authenticator app', $this->provider->get_label() );
}

/**
* Verify the options list is empty.
*
* @covers Two_Factor_Totp::user_two_factor_options
*/
public function test_user_two_factor_options_empty() {
$this->assertFalse( $this->provider->user_two_factor_options( get_current_user() ) );
}

/**
* Verify getting user options creates a key.
*
Expand Down