From d59daca076d1555c330af7142cd8068f3cf8ba4b Mon Sep 17 00:00:00 2001 From: Kaspars Dambis Date: Wed, 18 Sep 2024 18:04:41 +0300 Subject: [PATCH] This test no longer makes sense --- tests/providers/class-two-factor-totp.php | 9 --------- 1 file changed, 9 deletions(-) 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. *