Skip to content

Commit b501e75

Browse files
committed
Update covers
1 parent 388daf8 commit b501e75

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,19 @@
1010
*
1111
* @group html-api
1212
*
13-
* @coversDefaultClass WP_HTML_Processor
13+
* @covers WP_HTML_Active_Formatting_Elements
14+
* @covers WP_HTML_Attribute_Token
15+
* @covers WP_HTML_Open_Elements
16+
* @covers WP_HTML_Processor
17+
* @covers WP_HTML_Processor_State
18+
* @covers WP_HTML_Span
19+
* @covers WP_HTML_Tag_Processor
20+
* @covers WP_HTML_Text_Replacement
21+
* @covers WP_HTML_Token
1422
*/
1523
class Tests_HtmlApi_Html5lib extends WP_UnitTestCase {
1624

25+
1726
/**
1827
* The HTML Processor only accepts HTML in document <body>.
1928
* Do not run tests that look for anything in document <head>.

0 commit comments

Comments
 (0)