mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-22 02:53:43 +03:00
Remove duplicate test
This commit is contained in:
parent
4ffc0764f2
commit
d26a9afa79
|
@ -145,15 +145,6 @@ class Test_Auth extends WP_UnitTestCase {
|
||||||
$this->assertFalse( $second_verification );
|
$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
|
* @covers ::is_valid_authentication_token
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue