Skip to content

Commit

Permalink
WPCS
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Sep 19, 2023
1 parent 4f2a1d5 commit 3b18937
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/phpunit/tests/blocks/blockHooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public function data_insert_inner_block() {
<!-- /wp:tests/group -->
HTML;

$expected_after_markup = <<<HTML
$expected_after_markup = <<<HTML
<!-- wp:tests/group {"layout":{"type":"constrained"}} -->
<div class="wp-block-group">
<!-- wp:paragraph -->
Expand All @@ -167,7 +167,7 @@ public function data_insert_inner_block() {
'block_index' => 0,
'expected_markup' => $expected_before_markup,
),
'insert after given block' => array(
'insert after given block' => array(
'block_index' => 1,
'expected_markup' => $expected_after_markup,
),
Expand Down

0 comments on commit 3b18937

Please sign in to comment.