diff --git a/phpunit/class-dynamic-blocks-render-test.php b/phpunit/class-dynamic-blocks-render-test.php index cc2adc4b50dd2..7e557ed73986d 100644 --- a/phpunit/class-dynamic-blocks-render-test.php +++ b/phpunit/class-dynamic-blocks-render-test.php @@ -88,7 +88,7 @@ function test_dynamic_block_rendering_with_content() { register_block_type( 'core/dummy', $settings ); $post_content = 'before' . - 'this should be ignored' . + "this\nshould\n\nbe\nignored" . 'between' . 'this should also be ignored' . 'after';