Make WordPress Core


Ignore:
Timestamp:
12/08/2023 11:44:54 AM (2 years 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.

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.