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

    r48848 r49006  
    1111 * Tests_Functions_DoEnclose class.
    1212 *
     13 * @since 5.3.0
     14 *
    1315 * @group functions.php
    1416 * @group post
    1517 * @covers ::do_enclose
    16  *
    17  * @since 5.3.0
    1818 */
    1919class Tests_Functions_DoEnclose extends WP_UnitTestCase {
     
    254254     *
    255255     * @param  int    $post_id Post ID.
    256      * @return string          All enclosure data for the given post.
     256     * @return string  All enclosure data for the given post.
    257257     */
    258258    protected function get_enclosed_by_post_id( $post_id ) {
Note: See TracChangeset for help on using the changeset viewer.