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

    r53153 r53680  
    22/**
    33 * @group block-supports
     4 *
     5 * @covers ::wp_apply_colors_support
    46 */
    57class Tests_Block_Supports_Colors extends WP_UnitTestCase {
     
    2224    /**
    2325     * @ticket 54337
    24      *
    25      * @covers ::wp_apply_colors_support
    2626     */
    2727    function test_color_slugs_with_numbers_are_kebab_cased_properly() {
     
    6868    /**
    6969     * @ticket 55505
    70      *
    71      * @covers ::wp_apply_colors_support
    7270     */
    7371    function test_color_with_skipped_serialization_block_supports() {
     
    111109    /**
    112110     * @ticket 55505
    113      *
    114      * @covers ::wp_apply_colors_support
    115111     */
    116112    function test_gradient_with_individual_skipped_serialization_block_supports() {
Note: See TracChangeset for help on using the changeset viewer.