Make WordPress Core


Ignore:
Timestamp:
04/11/2022 10:12:56 AM (3 years ago)
Author:
gziolo
Message:

Tests: Improve code comments for block supports tests

Follow-up for [53085].

Props ramonopoly, antonvlasenko, peterwilsoncc.
See #55505.

File:
1 edited

Legend:

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

    r53085 r53128  
    5454    /**
    5555     * @ticket 55505
     56     *
     57     * @covers ::wp_restore_image_outer_container
    5658     */
    5759    function test_outer_container_not_restored_for_non_aligned_image_block_with_non_themejson_theme() {
     
    7072    /**
    7173     * @ticket 55505
     74     *
     75     * @covers ::wp_restore_image_outer_container
    7276     */
    7377    function test_outer_container_restored_for_aligned_image_block_with_non_themejson_theme() {
     
    8690    /**
    8791     * @ticket 55505
     92     *
     93     * @covers ::wp_restore_image_outer_container
    8894     *
    8995     * @dataProvider data_block_image_html_restored_outer_container
     
    144150    /**
    145151     * @ticket 55505
     152     *
     153     * @covers ::wp_restore_image_outer_container
    146154     */
    147155    function test_outer_container_not_restored_for_aligned_image_block_with_themejson_theme() {
Note: See TracChangeset for help on using the changeset viewer.