mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Block Hooks: Fix @ticket references in tests, add missing ones.
Some tests that were added in [57157] erroneously set their `@ticket` reference to #59646, rather than #60008. This changeset rectifies that mistake. Additionally, it adds ticket references to #60008 to tests that were modified by [57157]. Follow-up to [57157]. See #60008. git-svn-id: https://develop.svn.wordpress.org/trunk@57172 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
525cd532bf
commit
d1f73cd80f
@ -12,7 +12,7 @@
|
||||
*/
|
||||
class Tests_Blocks_GetHookedBlockMarkup extends WP_UnitTestCase {
|
||||
/**
|
||||
* @ticket 59646
|
||||
* @ticket 60008
|
||||
*
|
||||
* @covers ::get_hooked_block_markup
|
||||
*/
|
||||
@ -27,7 +27,7 @@ class Tests_Blocks_GetHookedBlockMarkup extends WP_UnitTestCase {
|
||||
}
|
||||
|
||||
/**
|
||||
* @ticket 59646
|
||||
* @ticket 60008
|
||||
*
|
||||
* @covers ::get_hooked_block_markup
|
||||
*/
|
||||
@ -47,7 +47,7 @@ class Tests_Blocks_GetHookedBlockMarkup extends WP_UnitTestCase {
|
||||
}
|
||||
|
||||
/**
|
||||
* @ticket 59646
|
||||
* @ticket 60008
|
||||
*
|
||||
* @covers ::get_hooked_block_markup
|
||||
*/
|
||||
|
||||
@ -135,6 +135,7 @@ class Tests_Blocks_GetHookedBlocks extends WP_UnitTestCase {
|
||||
|
||||
/**
|
||||
* @ticket 59313
|
||||
* @ticket 60008
|
||||
*
|
||||
* @covers ::get_hooked_blocks
|
||||
* @covers ::get_block_file_template
|
||||
@ -165,6 +166,7 @@ class Tests_Blocks_GetHookedBlocks extends WP_UnitTestCase {
|
||||
|
||||
/**
|
||||
* @ticket 59313
|
||||
* @ticket 60008
|
||||
*
|
||||
* @covers ::get_hooked_blocks
|
||||
* @covers ::get_block_file_template
|
||||
@ -195,6 +197,7 @@ class Tests_Blocks_GetHookedBlocks extends WP_UnitTestCase {
|
||||
|
||||
/**
|
||||
* @ticket 59313
|
||||
* @ticket 60008
|
||||
*
|
||||
* @covers ::get_hooked_blocks
|
||||
* @covers WP_Block_Patterns_Registry::get_registered
|
||||
|
||||
@ -343,6 +343,7 @@ class Tests_Blocks_wpBlockPattersRegistry extends WP_UnitTestCase {
|
||||
* Should insert hooked blocks into registered patterns.
|
||||
*
|
||||
* @ticket 59476
|
||||
* @ticket 60008
|
||||
*
|
||||
* @covers WP_Block_Patterns_Registry::register
|
||||
* @covers WP_Block_Patterns_Registry::get_all_registered
|
||||
@ -416,6 +417,7 @@ class Tests_Blocks_wpBlockPattersRegistry extends WP_UnitTestCase {
|
||||
* Should insert hooked blocks into registered patterns.
|
||||
*
|
||||
* @ticket 59476
|
||||
* @ticket 60008
|
||||
*
|
||||
* @covers WP_Block_Patterns_Registry::register
|
||||
* @covers WP_Block_Patterns_Registry::get_registered
|
||||
|
||||
Loading…
Reference in New Issue
Block a user