diff --git a/tests/phpunit/tests/block-template-utils.php b/tests/phpunit/tests/block-template-utils.php index 0b0471e0779b1..3ab3cb8d2f1d3 100644 --- a/tests/phpunit/tests/block-template-utils.php +++ b/tests/phpunit/tests/block-template-utils.php @@ -389,6 +389,7 @@ public function test_wp_generate_block_templates_export_file() { * Should run `do_shortcode` in block template part. * * @ticket 56780 + * * @covers ::block_template_part */ public function test_block_template_part_do_shortcode() { @@ -408,6 +409,7 @@ public function test_block_template_part_do_shortcode() { * Should run `wp_filter_content_tags` in block template part. * * @ticket 56780 + * * @covers ::block_template_part */ public function test_block_template_part_wp_filter_content_tags() { @@ -422,6 +424,7 @@ public function test_block_template_part_wp_filter_content_tags() { * Should run `convert_smilies` in block template part. * * @ticket 56780 + * * @covers ::block_template_part */ public function test_block_template_part_convert_smilies() { @@ -436,6 +439,7 @@ public function test_block_template_part_convert_smilies() { * Should run `WP_Embed::autoembed` in block template part. * * @ticket 56780 + * * @covers ::block_template_part */ public function test_block_template_part_autoembed() { @@ -451,6 +455,7 @@ public function test_block_template_part_autoembed() { * Should run `wptexturize` in block template part. * * @ticket 56780 + * * @covers ::block_template_part */ public function test_block_template_part_wptexturize() {