Changeset 53680 for trunk/tests/phpunit/tests/block-supports/spacing.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/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() {
Note: See TracChangeset
for help on using the changeset viewer.