Make WordPress Core


Ignore:
Timestamp:
02/11/2021 08:53:19 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Tests: Add missing @covers tags for files in phpunit/tests/error-protection/.

Props patopaiar, jrf.
See #39265.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/error-protection/recovery-mode-cookie-service.php

    r48937 r50289  
    88    /**
    99     * @ticket 46130
     10     *
     11     * @covers WP_Recovery_Mode_Cookie_Service::validate_cookie
    1012     */
    1113    public function test_validate_cookie_returns_wp_error_if_invalid_format() {
     
    2830    /**
    2931     * @ticket 46130
     32     *
     33     * @covers WP_Recovery_Mode_Cookie_Service::validate_cookie
    3034     */
    3135    public function test_validate_cookie_returns_wp_error_if_expired() {
     
    4549    /**
    4650     * @ticket 46130
     51     *
     52     * @covers WP_Recovery_Mode_Cookie_Service::validate_cookie
    4753     */
    4854    public function test_validate_cookie_returns_wp_error_if_signature_mismatch() {
     
    6167    /**
    6268     * @ticket 46130
     69     *
     70     * @covers WP_Recovery_Mode_Cookie_Service::validate_cookie
    6371     */
    6472    public function test_validate_cookie_returns_wp_error_if_created_at_is_invalid_format() {
     
    7886    /**
    7987     * @ticket 46130
     88     *
     89     * @covers WP_Recovery_Mode_Cookie_Service::validate_cookie
    8090     */
    8191    public function test_validate_cookie_returns_true_for_valid_cookie() {
Note: See TracChangeset for help on using the changeset viewer.