- Timestamp:
- 02/11/2021 08:53:19 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/error-protection/recovery-mode-cookie-service.php
r48937 r50289 8 8 /** 9 9 * @ticket 46130 10 * 11 * @covers WP_Recovery_Mode_Cookie_Service::validate_cookie 10 12 */ 11 13 public function test_validate_cookie_returns_wp_error_if_invalid_format() { … … 28 30 /** 29 31 * @ticket 46130 32 * 33 * @covers WP_Recovery_Mode_Cookie_Service::validate_cookie 30 34 */ 31 35 public function test_validate_cookie_returns_wp_error_if_expired() { … … 45 49 /** 46 50 * @ticket 46130 51 * 52 * @covers WP_Recovery_Mode_Cookie_Service::validate_cookie 47 53 */ 48 54 public function test_validate_cookie_returns_wp_error_if_signature_mismatch() { … … 61 67 /** 62 68 * @ticket 46130 69 * 70 * @covers WP_Recovery_Mode_Cookie_Service::validate_cookie 63 71 */ 64 72 public function test_validate_cookie_returns_wp_error_if_created_at_is_invalid_format() { … … 78 86 /** 79 87 * @ticket 46130 88 * 89 * @covers WP_Recovery_Mode_Cookie_Service::validate_cookie 80 90 */ 81 91 public function test_validate_cookie_returns_true_for_valid_cookie() {
Note: See TracChangeset
for help on using the changeset viewer.