Skip to content

Commit 921f546

Browse files
committed
Add ticket number
1 parent 2746122 commit 921f546

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/phpunit/tests/html-api/wpHtmlProcessorBreadcrumbs.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ public static function data_unsupported_elements() {
221221
/**
222222
* Ensures that formats inside unclosed A elements are reconstructed.
223223
*
224-
* @ticket {TICKET_NUMBER}
224+
* @ticket 61576
225225
*/
226226
public function test_reconstructs_formatting_from_unclosed_a_elements() {
227227
$processor = WP_HTML_Processor::create_fragment( '<a><strong>Click <a><big>Here</big></a></strong></a>' );
@@ -244,7 +244,7 @@ public function test_reconstructs_formatting_from_unclosed_a_elements() {
244244
/**
245245
* Ensures that unclosed A elements are reconstructed.
246246
*
247-
* @ticket {TICKET_NUMBER}
247+
* @ticket 61576
248248
*/
249249
public function test_reconstructs_unclosed_a_elements() {
250250
$processor = WP_HTML_Processor::create_fragment( '<a><div><a></div></a>' );

0 commit comments

Comments
 (0)