Make WordPress Core


Ignore:
Timestamp:
07/07/2022 09:06:03 PM (4 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/spacing.php

    r53153 r53680  
    22/**
    33 * @group block-supports
     4 *
     5 * @covers ::wp_apply_spacing_support
    46 */
    57class Test_Block_Supports_Spacing extends WP_UnitTestCase {
     
    2224        /**
    2325         * @ticket 55505
    24          *
    25          * @covers ::wp_apply_spacing_support
    2626         */
    2727        function test_spacing_style_is_applied() {
     
    7272        /**
    7373         * @ticket 55505
    74          *
    75          * @covers ::wp_apply_spacing_support
    7674         */
    7775        function test_spacing_with_skipped_serialization_block_supports() {
     
    121119        /**
    122120         * @ticket 55505
    123          *
    124          * @covers ::wp_apply_spacing_support
    125121         */
    126122        function test_margin_with_individual_skipped_serialization_block_supports() {
Note: See TracChangeset for help on using the changeset viewer.