Skip to content

Commit f3c8e60

Browse files
committed
Docs: Update doc comment.
1 parent 0f2a919 commit f3c8e60

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/webp-uploads/tests/test-block-background-images.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ private function generate_block_with_background( string $block_name, int $attach
104104

105105
/**
106106
* It should replace a Cover block background image URL with a WebP variant when available.
107+
*
108+
* @covers ::webp_uploads_filter_block_background_images
107109
*/
108110
public function test_cover_block_background_image_replaced_with_webp(): void {
109111
if ( ! wp_image_editor_supports( array( 'mime_type' => 'image/webp' ) ) ) {

0 commit comments

Comments
 (0)