Make WordPress Core


Ignore:
Timestamp:
06/23/2022 08:27:34 PM (3 years ago)
Author:
azaozz
Message:

Build/Test Tools, Formatting group:

  • Add and update @covers tags.
  • Add and improve docs and inline comments.

Props pbeane, hellofromTonya, antonvlasenko, ironprogrammer, SergeyBiryukov, costdev.
See #39265.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/formatting/getBloginfo.php

    r52010 r53562  
    33/**
    44 * @group formatting
     5 *
     6 * @covers ::get_bloginfo
    57 */
    68class Tests_Formatting_GetBloginfo extends WP_UnitTestCase {
     
    3638    /**
    3739     * @ticket 27942
     40     * @covers ::sanitize_option
    3841     */
    3942    public function test_bloginfo_sanitize_option() {
Note: See TracChangeset for help on using the changeset viewer.