Make WordPress Core

Changeset 57172


Ignore:
Timestamp:
12/08/2023 11:44:54 AM (16 months ago)
Author:
Bernhard Reiter
Message:

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.

Location:
trunk/tests/phpunit/tests/blocks
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/blocks/getHookedBlockMarkup.php

    r57157 r57172  
    1313class Tests_Blocks_GetHookedBlockMarkup extends WP_UnitTestCase {
    1414    /**
    15      * @ticket 59646
     15     * @ticket 60008
    1616     *
    1717     * @covers ::get_hooked_block_markup
     
    2828
    2929    /**
    30      * @ticket 59646
     30     * @ticket 60008
    3131     *
    3232     * @covers ::get_hooked_block_markup
     
    4848
    4949    /**
    50      * @ticket 59646
     50     * @ticket 60008
    5151     *
    5252     * @covers ::get_hooked_block_markup
  • trunk/tests/phpunit/tests/blocks/getHookedBlocks.php

    r57157 r57172  
    136136    /**
    137137     * @ticket 59313
     138     * @ticket 60008
    138139     *
    139140     * @covers ::get_hooked_blocks
     
    166167    /**
    167168     * @ticket 59313
     169     * @ticket 60008
    168170     *
    169171     * @covers ::get_hooked_blocks
     
    196198    /**
    197199     * @ticket 59313
     200     * @ticket 60008
    198201     *
    199202     * @covers ::get_hooked_blocks
  • trunk/tests/phpunit/tests/blocks/wpBlockPatternsRegistry.php

    r57157 r57172  
    344344     *
    345345     * @ticket 59476
     346     * @ticket 60008
    346347     *
    347348     * @covers WP_Block_Patterns_Registry::register
     
    417418     *
    418419     * @ticket 59476
     420     * @ticket 60008
    419421     *
    420422     * @covers WP_Block_Patterns_Registry::register
Note: See TracChangeset for help on using the changeset viewer.