diff --git a/tests/providers/class-two-factor-totp.php b/tests/providers/class-two-factor-totp.php index 8c961f12..52aa6090 100644 --- a/tests/providers/class-two-factor-totp.php +++ b/tests/providers/class-two-factor-totp.php @@ -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. *