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

    r53153 r53680  
    22/**
    33 * @group block-supports
     4 *
     5 * @covers ::wp_apply_typography_support
    46 */
    57class Tests_Block_Supports_Typography extends WP_UnitTestCase {
     
    2224    /**
    2325     * @ticket 54337
    24      *
    25      * @covers ::wp_apply_typography_support
    2626     */
    2727    function test_font_size_slug_with_numbers_is_kebab_cased_properly() {
     
    5555    /**
    5656     * @ticket 54337
    57      *
    58      * @covers ::wp_apply_typography_support
    5957     */
    6058    function test_font_family_with_legacy_inline_styles_using_a_value() {
     
    8886    /**
    8987     * @ticket 55505
    90      *
    91      * @covers ::wp_apply_typography_support
    9288     */
    9389    function test_typography_with_skipped_serialization_block_supports() {
     
    134130    /**
    135131     * @ticket 55505
    136      *
    137      * @covers ::wp_apply_typography_support
    138132     */
    139133    function test_letter_spacing_with_individual_skipped_serialization_block_supports() {
     
    169163    /**
    170164     * @ticket 54337
    171      *
    172      * @covers ::wp_apply_typography_support
    173165     */
    174166    function test_font_family_with_legacy_inline_styles_using_a_css_var() {
     
    201193    /**
    202194     * @ticket 54337
    203      *
    204      * @covers ::wp_apply_typography_support
    205195     */
    206196    function test_font_family_with_class() {
Note: See TracChangeset for help on using the changeset viewer.