Make WordPress Core


Ignore:
Timestamp:
06/23/2022 08:27:34 PM (4 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/wpAutop.php

    r52789 r53562  
    33/**
    44 * @group formatting
     5 *
     6 * @covers ::wpautop
    57 */
    68class Tests_Formatting_wpAutop extends WP_UnitTestCase {
     
    542544     * wpautop() should not add extra </p> before <figcaption>
    543545     *
    544      * @covers ::wpautop
     546     * @ticket 39307
     547     *
    545548     * @uses ::trim
    546      *
    547      * @ticket 39307
    548549     */
    549550    public function test_that_wpautop_does_not_add_extra_closing_p_in_figure() {
Note: See TracChangeset for help on using the changeset viewer.