Changeset 58295
- Timestamp:
- 06/03/2024 03:03:18 PM (8 months ago)
- Location:
- trunk/tests/phpunit/tests/theme
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/theme/base.php
r54703 r58295 45 45 46 46 wp_clean_themes_cache(); 47 wp_clean_theme_json_cache(); 47 48 unset( $GLOBALS['wp_themes'] ); 48 49 -
trunk/tests/phpunit/tests/theme/wpAddGlobalStylesForBlocks.php
r58241 r58295 132 132 */ 133 133 public function test_blocks_inline_styles_get_rendered() { 134 $this->set_up_third_party_block(); 134 135 wp_register_style( 'global-styles', false, array(), true, true ); 135 136 wp_enqueue_style( 'global-styles' ); … … 175 176 */ 176 177 public function test_third_party_blocks_inline_styles_for_elements_get_rendered() { 178 $this->set_up_third_party_block(); 177 179 wp_register_style( 'global-styles', false, array(), true, true ); 178 180 wp_enqueue_style( 'global-styles' );
Note: See TracChangeset
for help on using the changeset viewer.