Make WordPress Core

Changeset 55315


Ignore:
Timestamp:
02/13/2023 02:38:31 PM (22 months ago)
Author:
SergeyBiryukov
Message:

Tests: Rename the html tests directory to html-api.

This matches the WP_HTML_Tag_Processor class location in wp-includes and the @group name used in the tests.

Follow-up to [55203].

See #56793.

Location:
trunk/tests/phpunit/tests/html-api
Files:
2 edited
1 moved

Legend:

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

    r55203 r55315  
    1212 * @coversDefaultClass WP_HTML_Tag_Processor
    1313 */
    14 class Tests_HTML_wpHtmlTagProcessor_Bookmark extends WP_UnitTestCase {
     14class Tests_HtmlApi_wpHtmlTagProcessor_Bookmark extends WP_UnitTestCase {
    1515
    1616    /**
  • trunk/tests/phpunit/tests/html-api/wpHtmlTagProcessor.php

    r55203 r55315  
    1212 * @coversDefaultClass WP_HTML_Tag_Processor
    1313 */
    14 class Tests_HTML_wpHtmlTagProcessor extends WP_UnitTestCase {
     14class Tests_HtmlApi_wpHtmlTagProcessor extends WP_UnitTestCase {
    1515    const HTML_SIMPLE       = '<div id="first"><span id="second">Text</span></div>';
    1616    const HTML_WITH_CLASSES = '<div class="main with-border" id="first"><span class="not-main bold with-border" id="second">Text</span></div>';
Note: See TracChangeset for help on using the changeset viewer.