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/cleanupHeaderComment.php

    r48937 r49006  
    11<?php
    2 /*
     2/**
    33 * Test _cleanup_header_comment().
    44 *
    5  * @group functions.php
    65 * @ticket 8497
    76 * @ticket 38101
     7 *
     8 * @group functions.php
     9 * @covers ::_cleanup_header_comment
    810 */
    911class Tests_Functions_CleanupHeaderComment extends WP_UnitTestCase {
     12
    1013    /**
    1114     * Test cleanup header of header comment.
    1215     *
    13      * @covers ::_cleanup_header_comment
    1416     * @dataProvider data_cleanup_header_comment
    1517     *
Note: See TracChangeset for help on using the changeset viewer.