Changeset 53128 for trunk/tests/phpunit/tests/block-supports/layout.php
- Timestamp:
- 04/11/2022 10:12:56 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/block-supports/layout.php
r53085 r53128 54 54 /** 55 55 * @ticket 55505 56 * 57 * @covers ::wp_restore_image_outer_container 56 58 */ 57 59 function test_outer_container_not_restored_for_non_aligned_image_block_with_non_themejson_theme() { … … 70 72 /** 71 73 * @ticket 55505 74 * 75 * @covers ::wp_restore_image_outer_container 72 76 */ 73 77 function test_outer_container_restored_for_aligned_image_block_with_non_themejson_theme() { … … 86 90 /** 87 91 * @ticket 55505 92 * 93 * @covers ::wp_restore_image_outer_container 88 94 * 89 95 * @dataProvider data_block_image_html_restored_outer_container … … 144 150 /** 145 151 * @ticket 55505 152 * 153 * @covers ::wp_restore_image_outer_container 146 154 */ 147 155 function test_outer_container_not_restored_for_aligned_image_block_with_themejson_theme() {
Note: See TracChangeset
for help on using the changeset viewer.