Changeset 53680
- Timestamp:
- 07/07/2022 09:06:03 PM (2 years ago)
- Location:
- trunk/tests/phpunit/tests
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/attachment/slashes.php
r53557 r53680 5 5 * @group slashes 6 6 * @ticket 21767 7 * 8 * @covers ::wp_insert_attachment 7 9 */ 8 10 class Tests_Attachment_Slashes extends WP_UnitTestCase { -
trunk/tests/phpunit/tests/block-supports/border.php
r53153 r53680 2 2 /** 3 3 * @group block-supports 4 * 5 * @covers ::wp_apply_border_support 4 6 */ 5 7 class Test_Block_Supports_Border extends WP_UnitTestCase { … … 22 24 /** 23 25 * @ticket 55505 24 *25 * @covers ::wp_apply_border_support26 26 */ 27 27 function test_border_color_slug_with_numbers_is_kebab_cased_properly() { … … 73 73 /** 74 74 * @ticket 55505 75 *76 * @covers ::wp_apply_border_support77 75 */ 78 76 function test_border_with_skipped_serialization_block_supports() { … … 119 117 /** 120 118 * @ticket 55505 121 *122 * @covers ::wp_apply_border_support123 119 */ 124 120 function test_radius_with_individual_skipped_serialization_block_supports() { -
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() { -
trunk/tests/phpunit/tests/block-supports/elements.php
r53260 r53680 2 2 /** 3 3 * @group block-supports 4 * 5 * @covers ::wp_render_elements_support 4 6 */ 5 7 class Tests_Block_Supports_Elements extends WP_UnitTestCase { … … 18 20 * Test wp_render_elements_support() with a simple paragraph and link color preset. 19 21 * @ticket 54337 20 *21 * @covers ::wp_render_elements_support22 22 */ 23 23 public function test_simple_paragraph_link_color() { … … 50 50 * Test wp_render_elements_support() with a paragraph containing a class. 51 51 * @ticket 54337 52 *53 * @covers ::wp_render_elements_support54 52 */ 55 53 public function test_class_paragraph_link_color() { … … 83 81 * Test wp_render_elements_support() with a paragraph containing a anchor. 84 82 * @ticket 54337 85 *86 * @covers ::wp_render_elements_support87 83 */ 88 84 public function test_anchor_paragraph_link_color() { -
trunk/tests/phpunit/tests/block-supports/layout.php
r53128 r53680 14 14 * 15 15 * @group block-supports 16 * 17 * @covers ::wp_restore_image_outer_container 16 18 */ 17 19 class Test_Block_Supports_Layout extends WP_UnitTestCase { … … 54 56 /** 55 57 * @ticket 55505 56 *57 * @covers ::wp_restore_image_outer_container58 58 */ 59 59 function test_outer_container_not_restored_for_non_aligned_image_block_with_non_themejson_theme() { … … 72 72 /** 73 73 * @ticket 55505 74 *75 * @covers ::wp_restore_image_outer_container76 74 */ 77 75 function test_outer_container_restored_for_aligned_image_block_with_non_themejson_theme() { … … 90 88 /** 91 89 * @ticket 55505 92 *93 * @covers ::wp_restore_image_outer_container94 90 * 95 91 * @dataProvider data_block_image_html_restored_outer_container … … 150 146 /** 151 147 * @ticket 55505 152 *153 * @covers ::wp_restore_image_outer_container154 148 */ 155 149 function test_outer_container_not_restored_for_aligned_image_block_with_themejson_theme() { -
trunk/tests/phpunit/tests/block-supports/spacing.php
r53153 r53680 2 2 /** 3 3 * @group block-supports 4 * 5 * @covers ::wp_apply_spacing_support 4 6 */ 5 7 class Test_Block_Supports_Spacing extends WP_UnitTestCase { … … 22 24 /** 23 25 * @ticket 55505 24 *25 * @covers ::wp_apply_spacing_support26 26 */ 27 27 function test_spacing_style_is_applied() { … … 72 72 /** 73 73 * @ticket 55505 74 *75 * @covers ::wp_apply_spacing_support76 74 */ 77 75 function test_spacing_with_skipped_serialization_block_supports() { … … 121 119 /** 122 120 * @ticket 55505 123 *124 * @covers ::wp_apply_spacing_support125 121 */ 126 122 function test_margin_with_individual_skipped_serialization_block_supports() { -
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.