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 4f4c5ae commit 8a71c51Copy full SHA for 8a71c51
tests/phpunit/tests/html-api/wpHtmlProcessor-select.php
@@ -1,15 +1,16 @@
1
<?php
2
/**
3
- * Unit tests covering WP_HTML_Processor functionality.
+ * Unit tests covering WP_HTML_Processor select functionality.
4
+ *
5
+ * Covers functionality related to CSS selectors and the {@see WP_HTML_Processor::select()}
6
+ * and {@see WP_HTML_Processor::select_all()} methods.
7
*
8
* @package WordPress
9
* @subpackage HTML-API
10
11
* @since TBD
12
13
* @group html-api
- *
- * @coversDefaultClass WP_HTML_Processor
14
*/
15
class Tests_HtmlApi_WpHtmlProcessor_Select extends WP_UnitTestCase {
16
0 commit comments