Skip to content

Commit 999392c

Browse files
committed
Rename test block type
1 parent 8012a6c commit 999392c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/phpunit/tests/blocks/applyBlockHooksToContentFromPostObject.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public static function wpSetUpBeforeClass() {
9090
);
9191

9292
register_block_type(
93-
'tests/other-hooked-block',
93+
'tests/hooked-block-after-post-content',
9494
array(
9595
'block_hooks' => array(
9696
'core/post-content' => 'after',
@@ -109,7 +109,7 @@ public static function wpTearDownAfterClass() {
109109

110110
$registry->unregister( 'tests/hooked-block' );
111111
$registry->unregister( 'tests/hooked-block-first-child' );
112-
$registry->unregister( 'tests/other-hooked-block' );
112+
$registry->unregister( 'tests/hooked-block-after-post-content' );
113113
}
114114

115115
/**

0 commit comments

Comments
 (0)