Changeset 53680 for trunk/tests/phpunit/tests/block-supports/colors.php
- Timestamp:
- 07/07/2022 09:06:03 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/block-supports/colors.php
r53153 r53680 2 2 /** 3 3 * @group block-supports 4 * 5 * @covers ::wp_apply_colors_support 4 6 */ 5 7 class Tests_Block_Supports_Colors extends WP_UnitTestCase { … … 22 24 /** 23 25 * @ticket 54337 24 *25 * @covers ::wp_apply_colors_support26 26 */ 27 27 function test_color_slugs_with_numbers_are_kebab_cased_properly() { … … 68 68 /** 69 69 * @ticket 55505 70 *71 * @covers ::wp_apply_colors_support72 70 */ 73 71 function test_color_with_skipped_serialization_block_supports() { … … 111 109 /** 112 110 * @ticket 55505 113 *114 * @covers ::wp_apply_colors_support115 111 */ 116 112 function test_gradient_with_individual_skipped_serialization_block_supports() {
Note: See TracChangeset
for help on using the changeset viewer.