Skip to content

Commit

Permalink
Fix some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Jan 16, 2024
1 parent e1fbeb4 commit 994b9d0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tests/phpunit/tests/html-api/wpHtmlProcessorHtml5lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @package WordPress
* @subpackage HTML-API
*
* @since {WP_VERSION}
* @since 6.5.0
*
* @group html-api
*
Expand All @@ -16,10 +16,13 @@ class Tests_HtmlApi_WpHtmlProcessorHtml5lib extends WP_UnitTestCase {

/**
* The HTML Processor only accepts HTML in document <body>.
* Do not run tests that look for anything in document `head`.
* Do not run tests that look for anything in document <head>.
*/
const SKIP_HEAD_TESTS = true;

/**
* Skip specific tests that may not be supported.
*/
const SKIP_TESTS = array(
'adoption01/line0046' => 'Unimplemented: Reconstruction of active formatting elements.',
'adoption01/line0159' => 'Unimplemented: Reconstruction of active formatting elements.',
Expand Down

0 comments on commit 994b9d0

Please sign in to comment.