Skip to content

Commit 5959b25

Browse files
committed
Fix some comments
1 parent 5c5f636 commit 5959b25

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @package WordPress
77
* @subpackage HTML-API
88
*
9-
* @since {WP_VERSION}
9+
* @since 6.5.0
1010
*
1111
* @group html-api
1212
*
@@ -16,10 +16,13 @@ class Tests_HtmlApi_WpHtmlProcessorHtml5lib extends WP_UnitTestCase {
1616

1717
/**
1818
* The HTML Processor only accepts HTML in document <body>.
19-
* Do not run tests that look for anything in document `head`.
19+
* Do not run tests that look for anything in document <head>.
2020
*/
2121
const SKIP_HEAD_TESTS = true;
2222

23+
/**
24+
* Skip specific tests that may not be supported.
25+
*/
2326
const SKIP_TESTS = array(
2427
'adoption01/line0046' => 'Unimplemented: Reconstruction of active formatting elements.',
2528
'adoption01/line0159' => 'Unimplemented: Reconstruction of active formatting elements.',

0 commit comments

Comments
 (0)