Skip to content

Commit 8be04d3

Browse files
committed
Attribute to #58517-trac
1 parent 32d5f9d commit 8be04d3

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414
class Tests_HtmlApi_wpHtmlProcessorBreadcrumbs extends WP_UnitTestCase {
1515
/**
16-
* @ticket {TICKET_NO}
16+
* @ticket 58517
1717
*
1818
* @covers WP_HTML_Processor::step
1919
*
@@ -74,7 +74,7 @@ public function data_single_tag_of_supported_elements() {
7474
* to ensure that support isn't accidentally updated in one place for a new
7575
* element while overlooked in another.
7676
*
77-
* @ticket {TICKET_NO}
77+
* @ticket 58517
7878
*
7979
* @covers WP_HTML_Processor::step
8080
*
@@ -229,7 +229,7 @@ public function data_unsupported_elements() {
229229
}
230230

231231
/**
232-
* @ticket {TICKET_NO}
232+
* @ticket 58517
233233
*
234234
* @dataProvider data_unsupported_markup
235235
*
@@ -266,7 +266,7 @@ public function data_unsupported_markup() {
266266
}
267267

268268
/**
269-
* @ticket {TICKET_NO}
269+
* @ticket 58517
270270
*
271271
* @covers WP_HTML_Processor::next_tag
272272
*
@@ -291,7 +291,7 @@ public function test_finds_correct_tag_given_breadcrumbs( $html, $breadcrumbs, $
291291
}
292292

293293
/**
294-
* @ticket {TICKET_NO}
294+
* @ticket 58517
295295
*
296296
* @covers WP_HTML_Processor::get_breadcrumbs
297297
*

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ private function ensure_support_is_added_everywhere( $tag_name ) {
2020
}
2121

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

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

5050
/**
51-
* @ticket {TICKET_NO}
51+
* @ticket 58517
5252
*
5353
* The check for whether an element is in BUTTON scope depends on
5454
* the elements for any scope, plus BUTTON.
@@ -58,7 +58,7 @@ public function test_has_element_in_button_scope_needs_support() {
5858
}
5959

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

7272
/**
73-
* @ticket {TICKET_NO}
73+
* @ticket 58517
7474
*
7575
* The check for whether an element is in SELECT scope depends on
7676
* the OPTGROUP and OPTION elements..

0 commit comments

Comments
 (0)