Changeset 53680 for trunk/tests/phpunit/tests/block-supports/border.php
- Timestamp:
- 07/07/2022 09:06:03 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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() {
Note: See TracChangeset
for help on using the changeset viewer.