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/spacing.php

    r53076 r53128  
    44 */
    55class Test_Block_Supports_Spacing extends WP_UnitTestCase {
    6 
    76    /**
    87     * @ticket 55505
     8     *
     9     * @covers ::wp_apply_spacing_support
    910     */
    1011    function test_spacing_style_is_applied() {
     
    5657    /**
    5758     * @ticket 55505
     59     *
     60     * @covers ::wp_apply_spacing_support
    5861     */
    5962    function test_spacing_with_skipped_serialization_block_supports() {
     
    104107    /**
    105108     * @ticket 55505
     109     *
     110     * @covers ::wp_apply_spacing_support
    106111     */
    107112    function test_margin_with_individual_skipped_serialization_block_supports() {
Note: See TracChangeset for help on using the changeset viewer.