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

    r51622 r51623  
    44 * @group formatting
    55 */
    6 class Tests_Formatting_HtmlExcerpt extends WP_UnitTestCase {
     6class Tests_Formatting_wpHtmlExcerpt extends WP_UnitTestCase {
    77    function test_simple() {
    88        $this->assertSame( 'Baba', wp_html_excerpt( 'Baba told me not to come', 4 ) );
Note: See TracChangeset for help on using the changeset viewer.