Make WordPress Core


Ignore:
Timestamp:
09/19/2020 03:52:03 PM (4 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/wpGetArchives.php

    r48937 r49006  
    11<?php
    2 /*
    3 $defaults = array(
    4     'type' => 'monthly', 'limit' => '',
    5     'format' => 'html', 'before' => '',
    6     'after' => '', 'show_post_count' => false,
    7     'echo' => 1, 'order' => 'DESC',
    8 );
    9 */
     2
     3/**
     4 * @group functions.php
     5 * @covers ::wp_get_archives
     6 */
    107class Tests_Functions_wpGetArchives extends WP_UnitTestCase {
    118    protected static $post_ids;
Note: See TracChangeset for help on using the changeset viewer.