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 Jan 17, 2023
1 parent 5459e15 commit 590ed44
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 @@ -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() {
Expand All @@ -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() {
Expand All @@ -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() {
Expand All @@ -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() {
Expand All @@ -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() {
Expand Down

0 comments on commit 590ed44

Please sign in to comment.