Make WordPress Core


Ignore:
Timestamp:
08/16/2021 09:33:54 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Tests: Rename classes in phpunit/tests/formatting/ per the naming conventions.

https://make.wordpress.org/core/handbook/testing/automated-testing/writing-phpunit-tests/#naming-and-organization

Follow-up to [47780], [48911], [49327], [50291], [50292], [50342], [50452], [50453], [50456], [50967], [50968], [50969], [51491], [51492], [51493].

See #53363.

File:
1 moved

Legend:

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

    r51622 r51623  
    44 * @group formatting
    55 */
    6 class Tests_Formatting_WPTexturize extends WP_UnitTestCase {
     6class Tests_Formatting_wpTexturize extends WP_UnitTestCase {
    77    function test_dashes() {
    88        $this->assertSame( 'Hey — boo?', wptexturize( 'Hey -- boo?' ) );
Note: See TracChangeset for help on using the changeset viewer.