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

    r53076 r53128  
    44 */
    55class Tests_Block_Supports_Colors extends WP_UnitTestCase {
    6 
     6    /**
     7     * @ticket 54337
     8     *
     9     * @covers ::wp_apply_colors_support
     10     */
    711    function test_color_slugs_with_numbers_are_kebab_cased_properly() {
    812        register_block_type(
     
    4852    /**
    4953     * @ticket 55505
     54     *
     55     * @covers ::wp_apply_colors_support
    5056     */
    5157    function test_color_with_skipped_serialization_block_supports() {
     
    9096    /**
    9197     * @ticket 55505
     98     *
     99     * @covers ::wp_apply_colors_support
    92100     */
    93101    function test_gradient_with_individual_skipped_serialization_block_supports() {
Note: See TracChangeset for help on using the changeset viewer.