- Timestamp:
- 06/03/2024 03:03:18 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.