Skip to content

Commit

Permalink
Add more relevant @Covers
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Jan 29, 2024
1 parent bf3732c commit ecff8e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/phpunit/tests/html-api/wpHtmlProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,14 @@
*
* @group html-api
*
* @covers WP_HTML_Active_Formatting_Elements
* @covers WP_HTML_Open_Elements
* @covers WP_HTML_Processor
* @covers WP_HTML_Processor_State
* @covers WP_HTML_Token
*/


class Tests_HtmlApi_WpHtmlProcessor extends WP_UnitTestCase {
/**
* Ensure that the HTML Processor's public constructor function warns a developer to call
Expand Down
2 changes: 2 additions & 0 deletions tests/phpunit/tests/html-api/wpHtmlTagProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
/**
* @group html-api
*
* @covers WP_HTML_Attribute_Token
* @covers WP_HTML_Span
* @covers WP_HTML_Tag_Processor
*/
class Tests_HtmlApi_WpHtmlTagProcessor extends WP_UnitTestCase {
Expand Down

0 comments on commit ecff8e3

Please sign in to comment.