Skip to content

Commit

Permalink
Fix tests DocBlock formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
petitphp committed Sep 8, 2023
1 parent 711d3af commit 189be9a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/phpunit/tests/block-template-utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,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() {
Expand All @@ -366,6 +367,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() {
Expand All @@ -380,6 +382,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() {
Expand All @@ -394,6 +397,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() {
Expand All @@ -409,6 +413,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() {
Expand Down

0 comments on commit 189be9a

Please sign in to comment.