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