Changeset 55956 for trunk/tests/phpunit/tests/media.php
- Timestamp:
- 06/21/2023 05:30:24 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/media.php
r55850 r55956 3828 3828 * 3829 3829 * @ticket 56930 3830 * @ticket 58548 3830 3831 * 3831 3832 * @covers ::wp_filter_content_tags … … 3864 3865 3865 3866 $html = get_the_block_template_html(); 3866 $this->assertSame( '<div class="wp-site-blocks"><div class="entry-content wp-block-post-content is-layout-flow ">' . $expected_content . '</div></div>', $html );3867 $this->assertSame( '<div class="wp-site-blocks"><div class="entry-content wp-block-post-content is-layout-flow wp-block-post-content-is-layout-flow">' . $expected_content . '</div></div>', $html ); 3867 3868 } 3868 3869 … … 3872 3873 * 3873 3874 * @ticket 56930 3875 * @ticket 58548 3874 3876 * 3875 3877 * @covers ::wp_filter_content_tags … … 3919 3921 3920 3922 $html = get_the_block_template_html(); 3921 $this->assertSame( '<div class="wp-site-blocks">' . $expected_featured_image . ' <div class="entry-content wp-block-post-content is-layout-flow ">' . $expected_content . '</div></div>', $html );3923 $this->assertSame( '<div class="wp-site-blocks">' . $expected_featured_image . ' <div class="entry-content wp-block-post-content is-layout-flow wp-block-post-content-is-layout-flow">' . $expected_content . '</div></div>', $html ); 3922 3924 } 3923 3925
Note: See TracChangeset
for help on using the changeset viewer.