Skip to content

Commit c8b874c

Browse files
authored
Add @Covers annotation to viewport meta test
Add coverage annotation for wp_admin_viewport_meta test.
1 parent 1486e49 commit c8b874c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/phpunit/tests/admin/includes/misc/wpAdminViewportMeta.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@
44
*
55
* @group admin
66
* @group misc
7+
*
8+
* @covers ::wp_admin_viewport_meta
79
*/
810
class Tests_wp_admin_viewport_meta extends WP_UnitTestCase {
911

1012
/**
1113
* Test wp_admin_viewport_meta() output.
1214
*
15+
* @ticket 65187
16+
*
1317
* @dataProvider data_wp_admin_viewport_meta
1418
*
1519
* @param string|null $filter_value The value to return from the filter, or null if no filter.

0 commit comments

Comments
 (0)