We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1486e49 commit c8b874cCopy full SHA for c8b874c
1 file changed
tests/phpunit/tests/admin/includes/misc/wpAdminViewportMeta.php
@@ -4,12 +4,16 @@
4
*
5
* @group admin
6
* @group misc
7
+ *
8
+ * @covers ::wp_admin_viewport_meta
9
*/
10
class Tests_wp_admin_viewport_meta extends WP_UnitTestCase {
11
12
/**
13
* Test wp_admin_viewport_meta() output.
14
15
+ * @ticket 65187
16
17
* @dataProvider data_wp_admin_viewport_meta
18
19
* @param string|null $filter_value The value to return from the filter, or null if no filter.
0 commit comments