Make WordPress Core


Ignore:
Timestamp:
07/25/2023 12:17:28 PM (21 months ago)
Author:
Bernhard Reiter
Message:

HTML API: Change wp infix in test classes to Wp.

In order to comply with the test class naming scheme set forth in #56846, rename the test classes covering the HTML API by changing the wp infix to Wp.

Props dmsnell, costdev.
Fixes #58899. See #56846.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/html-api/wpHtmlProcessor.php

    r56274 r56299  
    1212 * @coversDefaultClass WP_HTML_Processor
    1313 */
    14 class Tests_HtmlApi_wpHtmlProcessor extends WP_UnitTestCase {
     14class Tests_HtmlApi_WpHtmlProcessor extends WP_UnitTestCase {
    1515    /**
    1616     * Ensure that the HTML Processor's public constructor function warns a developer to call
Note: See TracChangeset for help on using the changeset viewer.