We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc1ed71 commit d73836eCopy full SHA for d73836e
2 files changed
phpunit.xml.dist
@@ -28,6 +28,7 @@
28
<group>ms-files</group>
29
<group>ms-required</group>
30
<group>external-http</group>
31
+ <group>html-api-html5lib-tests</group>
32
</exclude>
33
</groups>
34
<logging>
tests/phpunit/tests/html-api/wpHtmlProcessorHtml5lib.php
@@ -18,6 +18,7 @@
18
* @since 6.5.0
19
*
20
* @group html-api
21
+ * @group html-api-html5lib-tests
22
*/
23
class Tests_HtmlApi_Html5lib extends WP_UnitTestCase {
24
/**
0 commit comments