We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d4ae7 commit 1e5797cCopy full SHA for 1e5797c
tests/phpunit/tests/template.php
@@ -1422,7 +1422,7 @@ public function data_wp_load_classic_theme_block_styles_on_demand(): array {
1422
add_filter( 'should_load_separate_core_block_assets', '__return_false' );
1423
},
1424
'expected_load_separate' => false,
1425
- 'expected_on_demand' => true,
+ 'expected_on_demand' => false,
1426
'expected_buffer_started' => false,
1427
),
1428
'classic_theme_with_should_load_block_assets_on_demand_out_out' => array(
0 commit comments