Skip to content

Commit ed2ebcd

Browse files
Tests: Correct @covers tag for resolve_pattern_blocks() tests.
Follow-up to [58303]. See #64225. git-svn-id: https://develop.svn.wordpress.org/trunk@62281 602fd350-edb4-49c9-b593-d223f7449a82
1 parent acebfd0 commit ed2ebcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/phpunit/tests/blocks/resolvePatternBlocks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @since 6.6.0
99
*
1010
* @group blocks
11-
* @covers resolve_pattern_blocks
11+
* @covers ::resolve_pattern_blocks
1212
*/
1313
class Tests_Blocks_ResolvePatternBlocks extends WP_UnitTestCase {
1414
public function set_up() {

0 commit comments

Comments
 (0)