We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8012a6c commit 999392cCopy full SHA for 999392c
1 file changed
tests/phpunit/tests/blocks/applyBlockHooksToContentFromPostObject.php
@@ -90,7 +90,7 @@ public static function wpSetUpBeforeClass() {
90
);
91
92
register_block_type(
93
- 'tests/other-hooked-block',
+ 'tests/hooked-block-after-post-content',
94
array(
95
'block_hooks' => array(
96
'core/post-content' => 'after',
@@ -109,7 +109,7 @@ public static function wpTearDownAfterClass() {
109
110
$registry->unregister( 'tests/hooked-block' );
111
$registry->unregister( 'tests/hooked-block-first-child' );
112
- $registry->unregister( 'tests/other-hooked-block' );
+ $registry->unregister( 'tests/hooked-block-after-post-content' );
113
}
114
115
/**
0 commit comments