Changeset 53128 for trunk/tests/phpunit/tests/block-supports/colors.php
- Timestamp:
- 04/11/2022 10:12:56 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/block-supports/colors.php
r53076 r53128 4 4 */ 5 5 class Tests_Block_Supports_Colors extends WP_UnitTestCase { 6 6 /** 7 * @ticket 54337 8 * 9 * @covers ::wp_apply_colors_support 10 */ 7 11 function test_color_slugs_with_numbers_are_kebab_cased_properly() { 8 12 register_block_type( … … 48 52 /** 49 53 * @ticket 55505 54 * 55 * @covers ::wp_apply_colors_support 50 56 */ 51 57 function test_color_with_skipped_serialization_block_supports() { … … 90 96 /** 91 97 * @ticket 55505 98 * 99 * @covers ::wp_apply_colors_support 92 100 */ 93 101 function test_gradient_with_individual_skipped_serialization_block_supports() {
Note: See TracChangeset
for help on using the changeset viewer.