Skip to content

Commit 659fe6c

Browse files
committed
Fix ticket number
1 parent d939aff commit 659fe6c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/phpunit/tests/blocks/applyBlockHooksToContentFromPostObject.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public function test_apply_block_hooks_to_content_from_post_object_inserts_hooke
131131
}
132132

133133
/**
134-
* @ticket 76176
134+
* @ticket 65008
135135
*/
136136
public function test_apply_block_hooks_to_content_from_post_object_sets_ignored_hooked_blocks() {
137137
$ignored_hooked_blocks_at_root = array();
@@ -157,7 +157,7 @@ public function test_apply_block_hooks_to_content_from_post_object_sets_ignored_
157157

158158
/**
159159
* @ticket 62716
160-
* @ticket 76176
160+
* @ticket 65008
161161
*/
162162
public function test_apply_block_hooks_to_content_from_post_object_respects_ignored_hooked_blocks_post_meta() {
163163
$ignored_hooked_blocks_at_root = array();
@@ -182,7 +182,7 @@ public function test_apply_block_hooks_to_content_from_post_object_respects_igno
182182

183183
/**
184184
* @ticket 63287
185-
* @ticket 76176
185+
* @ticket 65008
186186
*/
187187
public function test_apply_block_hooks_to_content_from_post_object_does_not_insert_hooked_block_before_container_block() {
188188
$filter = function ( $hooked_block_types, $relative_position, $anchor_block_type ) {
@@ -220,7 +220,7 @@ public function test_apply_block_hooks_to_content_from_post_object_does_not_inse
220220

221221
/**
222222
* @ticket 62716
223-
* @ticket 76176
223+
* @ticket 65008
224224
*/
225225
public function test_apply_block_hooks_to_content_from_post_object_inserts_hooked_block_if_content_contains_no_blocks() {
226226
$ignored_hooked_blocks_at_root = array();

0 commit comments

Comments
 (0)