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

    r53205 r53562  
    33/**
    44 * @group formatting
     5 *
     6 * @covers ::balanceTags
    57 */
    68class Tests_Formatting_BalanceTags extends WP_UnitTestCase {
     
    7981     * These are valid custom elements but we don't support them yet.
    8082     *
    81      * @see https://html.spec.whatwg.org/multipage/custom-elements.html#valid-custom-element-name
     83     * @see https://w3c.github.io/webcomponents/spec/custom/#valid-custom-element-name
    8284     */
    8385    public function unsupported_valid_tag_names() {
Note: See TracChangeset for help on using the changeset viewer.