Make WordPress Core


Ignore:
Timestamp:
09/19/2020 03:52:03 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Tests: Add missing @covers tags for files in phpunit/tests/functions/.

Props pbearne, jrf.
See #39265.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/functions/anonymization.php

    r48937 r49006  
    1111 * Class Tests_Functions_Anonymization.
    1212 *
     13 * @since 4.9.6
     14 *
    1315 * @group functions.php
    1416 * @group privacy
    15  *
    16  * @since 4.9.6
     17 * @covers ::wp_privacy_anonymize_data
    1718 */
    1819class Tests_Functions_Anonymization extends WP_UnitTestCase {
     20
    1921    /**
    2022     * Test that wp_privacy_anonymize_ip() properly anonymizes all possible IP address formats.
Note: See TracChangeset for help on using the changeset viewer.