diff --git a/phpunit/blocks/class-wp-navigation-block-renderer-test.php b/phpunit/blocks/class-wp-navigation-block-renderer-test.php index 6126827e90513..95f75e4622505 100644 --- a/phpunit/blocks/class-wp-navigation-block-renderer-test.php +++ b/phpunit/blocks/class-wp-navigation-block-renderer-test.php @@ -104,9 +104,9 @@ public function test_gutenberg_block_not_automatically_wrapped_with_li_tag() { } /** - * Test that a block can be added to the list of blocks which require a wrapping list item. - * This allows extenders to opt in to the rendering behavior of the Navigation block - * which helps to preserve accessible markup. + * Test that a block can be added to the list of blocks which require a wrapping list item. + * This allows extenders to opt in to the rendering behavior of the Navigation block + * which helps to preserve accessible markup. * * @group navigation-renderer *