Skip to content

Commit

Permalink
Add ticket references to 59572
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Jan 16, 2024
1 parent 49aa634 commit 9cba041
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/phpunit/tests/blocks/getHookedBlockMarkup.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class Tests_Blocks_GetHookedBlockMarkup extends WP_UnitTestCase {
);

/**
* @ticket 59572
* @ticket 60008
* @ticket 60126
*
Expand All @@ -35,6 +36,7 @@ public function test_get_hooked_block_markup_adds_metadata() {
}

/**
* @ticket 59572
* @ticket 60008
* @ticket 60126
*
Expand All @@ -56,6 +58,7 @@ public function test_get_hooked_block_markup_if_block_is_already_hooked() {
}

/**
* @ticket 59572
* @ticket 60008
* @ticket 60126
*
Expand Down
3 changes: 3 additions & 0 deletions tests/phpunit/tests/blocks/insertHookedBlocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class Tests_Blocks_InsertHookedBlocks extends WP_UnitTestCase {
);

/**
* @ticket 59572
* @ticket 60126
*
* @covers ::insert_hooked_blocks
Expand All @@ -50,6 +51,7 @@ public function test_insert_hooked_blocks_adds_metadata() {
}

/**
* @ticket 59572
* @ticket 60126
*
* @covers ::insert_hooked_blocks
Expand All @@ -70,6 +72,7 @@ public function test_insert_hooked_blocks_if_block_is_already_hooked() {
}

/**
* @ticket 59572
* @ticket 60126
*
* @covers ::insert_hooked_blocks
Expand Down

0 comments on commit 9cba041

Please sign in to comment.