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

    r48937 r49006  
    11<?php
    22
    3 /*
     3/**
    44 * Validate that badly named charsets always return the correct format for UTF-8 and ISO-8859-1.
    55 *
    6  *  @since 4.8.0
     6 * @since 4.8.0
     7 *
     8 * @group functions.php
     9 * @covers ::_canonical_charset
    710 */
    8 
    911class Tests_Functions_CanonicalCharset extends WP_UnitTestCase {
    1012
     
    5153    /**
    5254     * @ticket 23688
     55     *
     56     * @covers ::get_option
    5357     */
    5458    function test_update_option_blog_charset() {
Note: See TracChangeset for help on using the changeset viewer.