Skip to content

Commit

Permalink
Update covers
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Jan 30, 2024
1 parent 4166059 commit 0a933da
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion tests/phpunit/tests/html-api/wpHtmlProcessorHtml5lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,19 @@
*
* @group html-api
*
* @coversDefaultClass WP_HTML_Processor
* @covers WP_HTML_Active_Formatting_Elements
* @covers WP_HTML_Attribute_Token
* @covers WP_HTML_Open_Elements
* @covers WP_HTML_Processor
* @covers WP_HTML_Processor_State
* @covers WP_HTML_Span
* @covers WP_HTML_Tag_Processor
* @covers WP_HTML_Text_Replacement
* @covers WP_HTML_Token
*/
class Tests_HtmlApi_Html5lib extends WP_UnitTestCase {


/**
* The HTML Processor only accepts HTML in document <body>.
* Do not run tests that look for anything in document <head>.
Expand Down

0 comments on commit 0a933da

Please sign in to comment.