Changeset 53680 for trunk/tests/phpunit/tests/block-supports/typography.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/typography.php
r53153 r53680 2 2 /** 3 3 * @group block-supports 4 * 5 * @covers ::wp_apply_typography_support 4 6 */ 5 7 class Tests_Block_Supports_Typography extends WP_UnitTestCase { … … 22 24 /** 23 25 * @ticket 54337 24 *25 * @covers ::wp_apply_typography_support26 26 */ 27 27 function test_font_size_slug_with_numbers_is_kebab_cased_properly() { … … 55 55 /** 56 56 * @ticket 54337 57 *58 * @covers ::wp_apply_typography_support59 57 */ 60 58 function test_font_family_with_legacy_inline_styles_using_a_value() { … … 88 86 /** 89 87 * @ticket 55505 90 *91 * @covers ::wp_apply_typography_support92 88 */ 93 89 function test_typography_with_skipped_serialization_block_supports() { … … 134 130 /** 135 131 * @ticket 55505 136 *137 * @covers ::wp_apply_typography_support138 132 */ 139 133 function test_letter_spacing_with_individual_skipped_serialization_block_supports() { … … 169 163 /** 170 164 * @ticket 54337 171 *172 * @covers ::wp_apply_typography_support173 165 */ 174 166 function test_font_family_with_legacy_inline_styles_using_a_css_var() { … … 201 193 /** 202 194 * @ticket 54337 203 *204 * @covers ::wp_apply_typography_support205 195 */ 206 196 function test_font_family_with_class() {
Note: See TracChangeset
for help on using the changeset viewer.