Skip to content

Commit

Permalink
Attribute to #58517-trac
Browse files Browse the repository at this point in the history
  • Loading branch information
dmsnell committed Jun 12, 2023
1 parent 32d5f9d commit 8be04d3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions tests/phpunit/tests/html-api/wpHtmlProcessorBreadcrumbs.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*/
class Tests_HtmlApi_wpHtmlProcessorBreadcrumbs extends WP_UnitTestCase {
/**
* @ticket {TICKET_NO}
* @ticket 58517
*
* @covers WP_HTML_Processor::step
*
Expand Down Expand Up @@ -74,7 +74,7 @@ public function data_single_tag_of_supported_elements() {
* to ensure that support isn't accidentally updated in one place for a new
* element while overlooked in another.
*
* @ticket {TICKET_NO}
* @ticket 58517
*
* @covers WP_HTML_Processor::step
*
Expand Down Expand Up @@ -229,7 +229,7 @@ public function data_unsupported_elements() {
}

/**
* @ticket {TICKET_NO}
* @ticket 58517
*
* @dataProvider data_unsupported_markup
*
Expand Down Expand Up @@ -266,7 +266,7 @@ public function data_unsupported_markup() {
}

/**
* @ticket {TICKET_NO}
* @ticket 58517
*
* @covers WP_HTML_Processor::next_tag
*
Expand All @@ -291,7 +291,7 @@ public function test_finds_correct_tag_given_breadcrumbs( $html, $breadcrumbs, $
}

/**
* @ticket {TICKET_NO}
* @ticket 58517
*
* @covers WP_HTML_Processor::get_breadcrumbs
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ private function ensure_support_is_added_everywhere( $tag_name ) {
}

/**
* @ticket {TICKET_NO}
* @ticket 58517
*
* The check for whether an element is in a scope depends on
* looking for a number of terminating elements in the stack of open
Expand All @@ -37,7 +37,7 @@ public function test_has_element_in_scope_needs_support( $tag_name ) {
}

/**
* @ticket {TICKET_NO}
* @ticket 58517
*
* The check for whether an element is in list item scope depends on
* the elements for any scope, plus UL and OL.
Expand All @@ -48,7 +48,7 @@ public function test_has_element_in_list_item_scope_needs_support() {
}

/**
* @ticket {TICKET_NO}
* @ticket 58517
*
* The check for whether an element is in BUTTON scope depends on
* the elements for any scope, plus BUTTON.
Expand All @@ -58,7 +58,7 @@ public function test_has_element_in_button_scope_needs_support() {
}

/**
* @ticket {TICKET_NO}
* @ticket 58517
*
* The check for whether an element is in TABLE scope depends on
* the HTML, TABLE, and TEMPLATE elements.
Expand All @@ -70,7 +70,7 @@ public function test_has_element_in_table_scope_needs_support() {
}

/**
* @ticket {TICKET_NO}
* @ticket 58517
*
* The check for whether an element is in SELECT scope depends on
* the OPTGROUP and OPTION elements..
Expand Down

0 comments on commit 8be04d3

Please sign in to comment.