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

    r52809 r53562  
    33/**
    44 * @group formatting
     5 *
     6 * @covers ::remove_accents
    57 */
    68class Tests_Formatting_RemoveAccents extends WP_UnitTestCase {
     9
    710    public function test_remove_accents_simple() {
    811        $this->assertSame( 'abcdefghijkl', remove_accents( 'abcdefghijkl' ) );
Note: See TracChangeset for help on using the changeset viewer.