From d26a9afa799ecaecf2a17d9ff4a95893918c64de Mon Sep 17 00:00:00 2001 From: Kelly Dwan Date: Sat, 16 Nov 2019 14:25:30 -0500 Subject: [PATCH] Remove duplicate test --- plugins/wporg-5ftf/tests/test-auth.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/plugins/wporg-5ftf/tests/test-auth.php b/plugins/wporg-5ftf/tests/test-auth.php index 9c0b15c..2a9c595 100644 --- a/plugins/wporg-5ftf/tests/test-auth.php +++ b/plugins/wporg-5ftf/tests/test-auth.php @@ -145,15 +145,6 @@ class Test_Auth extends WP_UnitTestCase { $this->assertFalse( $second_verification ); } - /** - * @covers ::is_valid_authentication_token - */ - public function test_valid_tokens_are_rejected_for_other_pages() { - $verified = is_valid_authentication_token( self::$page->ID, self::$action, self::$token['value'] ); - - $this->assertFalse( $verified ); - } - /** * @covers ::is_valid_authentication_token */