Make WordPress Core


Ignore:
Timestamp:
03/04/2021 10:11:38 AM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Update inline comments in some test files per the documentation standards.

See #52628.

File:
1 edited

Legend:

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

    r48937 r50491  
    66class Tests_Formatting_SanitizeFileName extends WP_UnitTestCase {
    77    function test_munges_extensions() {
    8         # r17990
     8        // r17990
    99        $file_name = sanitize_file_name( 'test.phtml.txt' );
    1010        $this->assertSame( 'test.phtml_.txt', $file_name );
Note: See TracChangeset for help on using the changeset viewer.