Skip to content

Commit

Permalink
Add ticket number
Browse files Browse the repository at this point in the history
  • Loading branch information
dmsnell committed Jul 6, 2024
1 parent 2746122 commit 921f546
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/phpunit/tests/html-api/wpHtmlProcessorBreadcrumbs.php
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ public static function data_unsupported_elements() {
/**
* Ensures that formats inside unclosed A elements are reconstructed.
*
* @ticket {TICKET_NUMBER}
* @ticket 61576
*/
public function test_reconstructs_formatting_from_unclosed_a_elements() {
$processor = WP_HTML_Processor::create_fragment( '<a><strong>Click <a><big>Here</big></a></strong></a>' );
Expand All @@ -244,7 +244,7 @@ public function test_reconstructs_formatting_from_unclosed_a_elements() {
/**
* Ensures that unclosed A elements are reconstructed.
*
* @ticket {TICKET_NUMBER}
* @ticket 61576
*/
public function test_reconstructs_unclosed_a_elements() {
$processor = WP_HTML_Processor::create_fragment( '<a><div><a></div></a>' );
Expand Down

0 comments on commit 921f546

Please sign in to comment.