Skip to content

Commit

Permalink
Coding Standards
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Nov 30, 2023
1 parent ef73917 commit 41c2f1c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/phpunit/tests/blocks/getHookedBlockMarkup.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
* @group blocks
* @group block-hooks
*/
class Tests_Blocks_GetHookedBlockMarkup extends WP_UnitTestCase
{
class Tests_Blocks_GetHookedBlockMarkup extends WP_UnitTestCase {
/**
* @ticket 59646
*
Expand Down Expand Up @@ -39,7 +38,7 @@ public function test_get_hooked_block_markup_if_block_is_already_hooked() {
'metadata' => array(
'ignoredHookedBlocks' => array( 'tests/hooked-block' ),
),
)
),
);

$actual = get_hooked_block_markup( $anchor_block, 'tests/hooked-block' );
Expand All @@ -59,7 +58,7 @@ public function test_get_hooked_block_markup_adds_to_ignored_hooked_blocks() {
'metadata' => array(
'ignoredHookedBlocks' => array( 'tests/hooked-block' ),
),
)
),
);

$actual = get_hooked_block_markup( $anchor_block, 'tests/other-hooked-block' );
Expand Down

0 comments on commit 41c2f1c

Please sign in to comment.