Make WordPress Core


Ignore:
Timestamp:
07/07/2022 10:43:37 PM (4 years ago)
Author:
azaozz
Message:

Build/Test Tools: Add @covers tags to the url test group.

Props pbeane, hellofromTonya, ironprogrammer, antonvlasenko, SergeyBiryukov, costdev.
See #39265.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/url/getPrivacyPolicyUrl.php

    r53681 r53682  
    1313 * @group url
    1414 * @group privacy
    15  * @covers ::get_privacy_policy_url
    1615 *
    1716 * @since 4.9.6
     17 *
     18 * @covers ::get_privacy_policy_url
    1819 */
    1920class Tests_Url_GetPrivacyPolicyUrl extends WP_UnitTestCase {
     
    5758    /**
    5859     * The function should return the privacy policy URL when `wp_page_for_privacy_policy` is set.
     60     *
     61     * @uses ::get_permalink
    5962     */
    6063    public function test_get_privacy_policy_url_should_return_valid_url_when_policy_page_set() {
Note: See TracChangeset for help on using the changeset viewer.