Skip to content

Commit 8a71c51

Browse files
committed
Improve html select test docs
1 parent 4f4c5ae commit 8a71c51

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tests/phpunit/tests/html-api/wpHtmlProcessor-select.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
<?php
22
/**
3-
* Unit tests covering WP_HTML_Processor functionality.
3+
* 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.
47
*
58
* @package WordPress
69
* @subpackage HTML-API
710
*
811
* @since TBD
912
*
1013
* @group html-api
11-
*
12-
* @coversDefaultClass WP_HTML_Processor
1314
*/
1415
class Tests_HtmlApi_WpHtmlProcessor_Select extends WP_UnitTestCase {
1516
/**

0 commit comments

Comments
 (0)