From 3ae395064be47525c68366cb995e58e3dca877f9 Mon Sep 17 00:00:00 2001 From: Bernie Reiter Date: Mon, 12 Feb 2024 10:43:06 +0100 Subject: [PATCH] Coding Standards --- tests/phpunit/tests/block-templates/base.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/phpunit/tests/block-templates/base.php b/tests/phpunit/tests/block-templates/base.php index c3fabee272849..4add267507505 100644 --- a/tests/phpunit/tests/block-templates/base.php +++ b/tests/phpunit/tests/block-templates/base.php @@ -39,7 +39,7 @@ public static function wpSetUpBeforeClass( WP_UnitTest_Factory $factory ) { 'post_type' => 'wp_template', 'post_name' => 'my_template', 'post_title' => 'My Template', - 'post_content' => '

Template

' , + 'post_content' => '

Template

', 'post_excerpt' => 'Description of my template', 'tax_input' => array( 'wp_theme' => array( @@ -57,7 +57,7 @@ public static function wpSetUpBeforeClass( WP_UnitTest_Factory $factory ) { 'post_type' => 'wp_template_part', 'post_name' => 'my_template_part', 'post_title' => 'My Template Part', - 'post_content' => '

Template Part

' , + 'post_content' => '

Template Part

', 'post_excerpt' => 'Description of my template part', 'tax_input' => array( 'wp_theme' => array(