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

    r52010 r53562  
    33/**
    44 * @group formatting
     5 *
     6 * @covers ::convert_invalid_entities
    57 */
    68class Tests_Formatting_ConvertInvalidEntities extends WP_UnitTestCase {
     
    2022    }
    2123
     24    /**
     25     * @covers ::convert_chars
     26     */
    2227    public function test_escapes_lone_ampersands() {
    2328        $this->assertSame( 'at&t', convert_chars( 'at&t' ) );
Note: See TracChangeset for help on using the changeset viewer.