Make WordPress Core


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

    r53153 r53680  
    22/**
    33 * @group block-supports
     4 *
     5 * @covers ::wp_apply_border_support
    46 */
    57class Test_Block_Supports_Border extends WP_UnitTestCase {
     
    2224    /**
    2325     * @ticket 55505
    24      *
    25      * @covers ::wp_apply_border_support
    2626     */
    2727    function test_border_color_slug_with_numbers_is_kebab_cased_properly() {
     
    7373    /**
    7474     * @ticket 55505
    75      *
    76      * @covers ::wp_apply_border_support
    7775     */
    7876    function test_border_with_skipped_serialization_block_supports() {
     
    119117    /**
    120118     * @ticket 55505
    121      *
    122      * @covers ::wp_apply_border_support
    123119     */
    124120    function test_radius_with_individual_skipped_serialization_block_supports() {
Note: See TracChangeset for help on using the changeset viewer.