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