Skip to content

Commit 1aff570

Browse files
Add cover annotation for equal column test
1 parent aec096a commit 1aff570

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/auto-sizes/tests/test-improve-calculate-sizes.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1304,6 +1304,7 @@ public static function data_image_block_with_parent_columns_and_its_parent_group
13041304
* Test that the image block in a two-column layout renders the correct sizes attribute.
13051305
*
13061306
* @cover ::auto_sizes_filter_image_tag
1307+
* @cover ::auto_sizes_filter_render_block_context
13071308
*/
13081309
public function test_image_block_in_two_column_layout_renders_correct_sizes_attribute(): void {
13091310
// Skip test for WordPress versions below 6.8.
@@ -1331,6 +1332,7 @@ public function test_image_block_in_two_column_layout_renders_correct_sizes_attr
13311332
* Test that the image block in a three-column layout renders the correct sizes attribute.
13321333
*
13331334
* @cover ::auto_sizes_filter_image_tag
1335+
* @cover ::auto_sizes_filter_render_block_context
13341336
*/
13351337
public function test_image_block_in_three_column_layout_renders_correct_sizes_attribute(): void {
13361338
// Skip test for WordPress versions below 6.8.

0 commit comments

Comments
 (0)