Remove duplicate test

This commit is contained in:
Kelly Dwan 2019-11-16 14:25:30 -05:00
parent 4ffc0764f2
commit d26a9afa79
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D

View file

@ -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
*/