We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 388daf8 commit b501e75Copy full SHA for b501e75
tests/phpunit/tests/html-api/wpHtmlProcessorHtml5lib.php
@@ -10,10 +10,19 @@
10
*
11
* @group html-api
12
13
- * @coversDefaultClass WP_HTML_Processor
+ * @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
22
*/
23
class Tests_HtmlApi_Html5lib extends WP_UnitTestCase {
24
25
+
26
/**
27
* The HTML Processor only accepts HTML in document <body>.
28
* Do not run tests that look for anything in document <head>.
0 commit comments