Skip to content

Commit c2e0a55

Browse files
Tests: Add missing @covers tag for register_block_type_from_metadata() tests.
Follow-up to [59132]. Props sagardeshmukh. See #64225. git-svn-id: https://develop.svn.wordpress.org/trunk@62261 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 59a9905 commit c2e0a55

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/phpunit/tests/blocks/registerBlockTypeFromMetadataWithRegistry.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* Tests for WP_Block_Metadata_Registry integration with register_block_type_from_metadata().
44
*
55
* @group blocks
6+
*
7+
* @covers ::register_block_type_from_metadata
68
*/
79
class Tests_Blocks_RegisterBlockTypeFromMetadataWithRegistry extends WP_UnitTestCase {
810
private $temp_manifest_file;

0 commit comments

Comments
 (0)