Skip to content

Commit 047ef80

Browse files
Tests: Add missing @covers tags for some rewrite tests.
Follow-up to [36181], [62244]. Props sagardeshmukh. See #64225. git-svn-id: https://develop.svn.wordpress.org/trunk@62246 602fd350-edb4-49c9-b593-d223f7449a82
1 parent c31e5ef commit 047ef80

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/phpunit/tests/rewrite/permastructs.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
/**
44
* @group rewrite
5+
*
6+
* @covers ::add_permastruct
7+
* @covers ::remove_permastruct
58
*/
69
class Tests_Rewrite_Permastructs extends WP_UnitTestCase {
710

0 commit comments

Comments
 (0)