Make WordPress Core


Ignore:
Timestamp:
07/07/2022 09:06:03 PM (3 years ago)
Author:
azaozz
Message:

Build/Test Tools: Add and fix @covers tags to the attachments and block-supports test groups.

Props pbeane, hellofromTonya, ironprogrammer, antonvlasenko, SergeyBiryukov, costdev.
See #39265.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/block-supports/layout.php

    r53128 r53680  
    1414 *
    1515 * @group block-supports
     16 *
     17 * @covers ::wp_restore_image_outer_container
    1618 */
    1719class Test_Block_Supports_Layout extends WP_UnitTestCase {
     
    5456    /**
    5557     * @ticket 55505
    56      *
    57      * @covers ::wp_restore_image_outer_container
    5858     */
    5959    function test_outer_container_not_restored_for_non_aligned_image_block_with_non_themejson_theme() {
     
    7272    /**
    7373     * @ticket 55505
    74      *
    75      * @covers ::wp_restore_image_outer_container
    7674     */
    7775    function test_outer_container_restored_for_aligned_image_block_with_non_themejson_theme() {
     
    9088    /**
    9189     * @ticket 55505
    92      *
    93      * @covers ::wp_restore_image_outer_container
    9490     *
    9591     * @dataProvider data_block_image_html_restored_outer_container
     
    150146    /**
    151147     * @ticket 55505
    152      *
    153      * @covers ::wp_restore_image_outer_container
    154148     */
    155149    function test_outer_container_not_restored_for_aligned_image_block_with_themejson_theme() {
Note: See TracChangeset for help on using the changeset viewer.