- Timestamp:
- 10/21/2025 05:59:38 AM (2 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/block-supports/wpRenderBackgroundSupport.php
r60919 r61008 41 41 wp_clean_themes_cache(); 42 42 unset( $GLOBALS['wp_themes'] ); 43 WP_Style_Engine_CSS_Rules_Store::remove_all_stores();44 43 } 45 44 … … 54 53 wp_clean_themes_cache(); 55 54 unset( $GLOBALS['wp_themes'] ); 56 WP_Style_Engine_CSS_Rules_Store::remove_all_stores();57 55 unregister_block_type( $this->test_block_name ); 58 56 $this->test_block_name = null;
Note: See TracChangeset
for help on using the changeset viewer.